JSGlobalContextRetain(_:)
Retains a global JavaScript execution context.
Declaration
func JSGlobalContextRetain(_ ctx: JSGlobalContextRef!) -> JSGlobalContextRef!Parameters
- ctx:
The Jsglobalcontextref to retain.
Return Value
A JSGlobalContextRef that is the same as ctx.