Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

JS_GetObjectRuntime

This article needs a technical review. How you can help.

This article covers features introduced in SpiderMonkey 17

Retrieve a pointer to the JSRuntime of a specified object.

Syntax

JSRuntime *
JS_GetObjectRuntime(JSObject *obj);
Name Type Description
obj JSObject * The object to query.

Description

JS_GetObjectRuntime retrieves a pointer to the JSRuntime for a specified JSObject.

See Also

Document Tags and Contributors

 Contributors to this page: kscarfone, arai
 Last updated by: kscarfone,