Type Definition jscjs_sys::api::JSGlobalContextRef[][src]

type JSGlobalContextRef = *mut OpaqueJSContext;
Expand description

@typedef JSGlobalContextRef A global JavaScript execution context. A JSGlobalContext is a JSContext.