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_InitCTypesClass

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

This article covers features introduced in SpiderMonkey 1.8.5

Initialize the ctypes object on a global object. The ctypes object will be frozen.

Syntax

JSBool JS_InitCTypesClass(JSContext *cx, JSObject *global);
Name Type Description
cx JSContext * The context. Requires request. In a JS_THREADSAFE build, the caller must be in a request on this JSContext.
global JSObject * The global object.

Description

ctypes capability is disabled in a build by default. 

See also

Document Tags and Contributors

 Contributors to this page: fscholz, kscarfone, Sheppy, markg
 Last updated by: fscholz,