Type Alias JSContextRef

Source
pub type JSContextRef = *const OpaqueJSContext;
Expand description

A JavaScript execution context. Holds the global object and other execution state.