JSContextRef typedef

JSContextRef = Pointer<JSContext_>

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

Implementation

typedef JSContextRef = Pointer<JSContext_>;