JSContextRef typedef

JSContextRef = Pointer<OpaqueJSContext>

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

Implementation

typedef JSContextRef = Pointer<OpaqueJSContext>;