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