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