Type Alias JSGlobalContextRef

Source
pub type JSGlobalContextRef = *mut OpaqueJSContext;
Expand description

A global JavaScript execution context. A JSGlobalContextRef is a JSContextRef.