diff --git a/quickjs.c b/quickjs.c index 50c7648..978ade3 100644 --- a/quickjs.c +++ b/quickjs.c @@ -16860,6 +16860,7 @@ static JSValue JS_CallInternal(JSContext *caller_ctx, JSValue func_obj, } BREAK; CASE(OP_delete): + sf->cur_pc = pc; if (js_operator_delete(ctx, sp)) goto exception; sp--;