JS_GetPropertyInternal top-level property
JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ obj, int prop, JSValue_ receiver, int throw_ref_error)
JS_GetPropertyInternal
final
Implementation
final JSValue_ Function(
Pointer<JSContext_> ctx,
JSValue_ obj,
int prop,
JSValue_ receiver,
int throw_ref_error,
)
JS_GetPropertyInternal =
kLookup<
NativeFunction<
JSValue_ Function(Pointer<JSContext_>, JSValue_, JSAtom, JSValue_, Int)
>
>('JS_GetPropertyInternal').asFunction();