Type Definition javascriptcore_sys::JSContextRef
source · pub type JSContextRef = *const OpaqueJSContext;Expand description
A JavaScript execution context. Holds the global object and other execution state.
pub type JSContextRef = *const OpaqueJSContext;A JavaScript execution context. Holds the global object and other execution state.