setPropertyInternal method
Implementation
bool setPropertyInternal(int prop, JSValue val, JSValue thiz, JSProp flags) =>
JS_SetPropertyInternal(
_ctx.ref,
_ref.ref,
prop,
val.ref.ref,
thiz.ref.ref,
flags.value,
) !=
0;