JS_GetPrototype top-level property

JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ val) JS_GetPrototype
final

Implementation

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