pub type JSGlobalContextRef = *mut OpaqueJSContext;Expand description
A global JavaScript execution context.
A JSGlobalContextRef is a JSContextRef.
pub type JSGlobalContextRef = *mut OpaqueJSContext;A global JavaScript execution context.
A JSGlobalContextRef is a JSContextRef.