JS_DeleteProperty top-level property

int Function(Pointer<JSContext_> ctx, JSValue_ obj, int prop, int flags) JS_DeleteProperty
final

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();