pub type JSContextRef = *const OpaqueJSContext;Expand description
@typedef JSContextRef A JavaScript execution context. Holds the global object and other execution state.
pub type JSContextRef = *const OpaqueJSContext;@typedef JSContextRef A JavaScript execution context. Holds the global object and other execution state.