JS_ThrowOutOfMemory top-level property

JSValue_ Function(Pointer<JSContext_> ctx) JS_ThrowOutOfMemory
final

Implementation

final JSValue_ Function(Pointer<JSContext_> ctx) JS_ThrowOutOfMemory =
    kLookup<NativeFunction<JSValue_ Function(Pointer<JSContext_>)>>(
      'JS_ThrowOutOfMemory',
    ).asFunction();