bool setPropertyStr(String prop, JSValue val) => JS_SetPropertyStr(_ctx.ref, _ref.ref, prop.toNativeUtf8(), val.ref.ref) != 0;