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