definePropertyValue method
Implementation
bool definePropertyValue(int prop, JSProp flags, {JSValue? thiz}) =>
JS_DefinePropertyValue(
_ctx.ref,
thiz?.ref.ref ?? _ctx.globalObject.ref.ref,
prop,
_ref.ref,
flags.value,
) !=
0;