Type Definition jscjs_sys::api::JSContextRef [−][src]
type JSContextRef = *const OpaqueJSContext;
Expand description
@typedef JSContextRef A JavaScript execution context. Holds the global object and other execution state.