JSGlobalContextRetain top-level property

JSGlobalContextRef Function(JSGlobalContextRef ctx) JSGlobalContextRetain
final

Retains a global JavaScript execution context. ctx The JSGlobalContext to retain. @result A JSGlobalContext that is the same as ctx.

Implementation

final JSGlobalContextRef Function(JSGlobalContextRef ctx) JSGlobalContextRetain =
    jscLib.lookup<NativeFunction<JSGlobalContextRef Function(JSGlobalContextRef ctx)>>('JSGlobalContextRetain').asFunction();