JS_NewContextRaw top-level property

Pointer<JSContext_> Function(Pointer<JSRuntime_> rt) JS_NewContextRaw
final

Implementation

final Pointer<JSContext_> Function(Pointer<JSRuntime_> rt) JS_NewContextRaw =
    kLookup<NativeFunction<Pointer<JSContext_> Function(Pointer<JSRuntime_>)>>(
      'JS_NewContextRaw',
    ).asFunction();