retain method

JSGlobalContext retain()

Retains a global JavaScript execution context. @result (JSGlobalContext) A JSGlobalContext that is the same as ctx.

Implementation

JSGlobalContext retain() {
  return JSGlobalContext(JSGlobalContextRetain(_ref));
}