Contents

JSContextRef

A JavaScript execution context.

Declaration

typealias JSContextRef = OpaquePointer

Discussion

This holds the global object and other execution state.

Topics

Creating a Context Group

Accessing the Global Context

See Also

JavaScriptCore Engine Interface