mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 20:28:01 +00:00
Merge e850be7c8e8d28e736444b3bc16f707a942be0b7 into f1139494d18a2053630c5ed3384a42bb70db3c53
This commit is contained in:
commit
beb39da7ac
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user