Type Definition javascriptcore_sys::JSContextRef
[−]
[src]
type JSContextRef = *const OpaqueJSContext;
A JavaScript execution context. Holds the global object and other execution state.