setPrototype method

bool setPrototype(
  1. JSValue protoVal
)

Implementation

bool setPrototype(JSValue protoVal) =>
    JS_SetPrototype(_ctx.ref, _ref.ref, protoVal.ref.ref) != 0;