JSGlobalContextRelease top-level property

void Function(JSGlobalContextRef ctx) JSGlobalContextRelease
final

Releases a global JavaScript execution context. ctx (JSGlobalContextRef) The JSGlobalContext to release.

Implementation

final void Function(JSGlobalContextRef ctx) JSGlobalContextRelease =
    kLookup<NativeFunction<Void Function(JSGlobalContextRef)>>(
      'JSGlobalContextRelease',
    ).asFunction();