Contents

JSGlobalContextRef

A global JavaScript execution context.

Declaration

typealias JSGlobalContextRef = OpaquePointer

Discussion

A JSGlobalContextRef is a JSContextRef.

Topics

Creating a global context

Managing the context’s name

Making a context inspectable

See Also

JavaScriptCore Engine Interface