зеркало из https://github.com/mozilla/pluotsorbet.git
Remove unneeded check in invoke* bytecode instructions
This commit is contained in:
Родитель
65cd162631
Коммит
cc82680166
5
vm.js
5
vm.js
|
@ -1067,10 +1067,7 @@ VM.execute = function(ctx) {
|
|||
Instrument.callResumeHooks(ctx.current());
|
||||
} catch (e) {
|
||||
Instrument.callResumeHooks(ctx.current());
|
||||
if (!e.class) {
|
||||
throw e;
|
||||
}
|
||||
throw_(e, ctx);
|
||||
throw e;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче