Merge e850be7c8e8d28e736444b3bc16f707a942be0b7 into f1139494d18a2053630c5ed3384a42bb70db3c53

This commit is contained in:
anonymou0719 2026-01-19 09:55:00 +00:00 committed by GitHub
commit beb39da7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9398,7 +9398,7 @@ int JS_SetPropertyInternal(JSContext *ctx, JSValueConst obj,
if (likely(p == p1)) {
ret = JS_DefineProperty(ctx, this_obj, prop, val,
JS_UNDEFINED, JS_UNDEFINED,
JS_PROP_HAS_VALUE);
JS_PROP_C_W_E);
JS_FreeValue(ctx, val);
return ret;
} else {