setConstructorBit method

int setConstructorBit(
  1. JSContext ctx,
  2. JSValue funcObj,
  3. int val
)

Implementation

int setConstructorBit(JSContext ctx, JSValue funcObj, int val) =>
    JS_SetConstructorBit(ctx.ref, funcObj.ref.ref, val);