@@ -8601,6 +8601,8 @@ int JS_SetPropertyInternal(JSContext *ctx, JSValueConst obj,
gotoretry2;
}elseif(!(prs->flags&JS_PROP_WRITABLE)){
gotoread_only_prop;
}else{
break;
}
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.