retain method
Retains a global JavaScript execution context.
@result
(JSGlobalContext) A JSGlobalContext that is the same as ctx.
Implementation
JSGlobalContext retain() {
return JSGlobalContext(JSGlobalContextRetain(_ref));
}
Retains a global JavaScript execution context.
@result
(JSGlobalContext) A JSGlobalContext that is the same as ctx.
JSGlobalContext retain() {
return JSGlobalContext(JSGlobalContextRetain(_ref));
}