rm quickjs vm
This commit is contained in:
@@ -2919,7 +2919,8 @@ JSValue JS_CallRegisterVM(JSContext *ctx, JSCodeRegister *code,
|
||||
break;
|
||||
}
|
||||
if (JS_IsNull(frame->caller)) {
|
||||
result = JS_Throw(ctx, JS_NewString(ctx, "unhandled disruption"));
|
||||
fprintf(stderr, "unhandled disruption\n");
|
||||
result = JS_Throw(ctx, JS_NULL);
|
||||
frame = (JSFrameRegister *)JS_VALUE_GET_PTR(frame_ref.val);
|
||||
goto done;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user