JS_SetConstructorBit top-level property

int Function(Pointer<JSContext_> ctx, JSValue_ func_obj, int val) JS_SetConstructorBit
final

Implementation

final int Function(Pointer<JSContext_> ctx, JSValue_ func_obj, int val)
JS_SetConstructorBit =
    kLookup<NativeFunction<Int Function(Pointer<JSContext_>, JSValue_, Int)>>(
      'JS_SetConstructorBit',
    ).asFunction();