menu
flujs_qjs package
documentation
wrapper/JSValue.dart
JSValue
setPrototype method
setPrototype method
dark_mode
light_mode
setPrototype
method
bool
setPrototype
(
JSValue
protoVal
)
Implementation
bool setPrototype(JSValue protoVal) => JS_SetPrototype(_ctx.ref, _ref.ref, protoVal.ref.ref) != 0;
flujs_qjs package
documentation
wrapper/JSValue
JSValue
setPrototype method
JSValue class