зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331405 - IonMonkey: Disable compiling JSOP_THROWMSG, r=jandem
This commit is contained in:
Родитель
21c0f1fb53
Коммит
aa5fbe7a5a
|
@ -0,0 +1,4 @@
|
|||
// |jit-test| error:ReferenceError
|
||||
|
||||
++f();
|
||||
try {} catch (e) {}
|
|
@ -337,6 +337,7 @@ ControlFlowGenerator::snoopControlFlow(JSOp op)
|
|||
return processTry();
|
||||
|
||||
case JSOP_OPTIMIZE_SPREADCALL:
|
||||
case JSOP_THROWMSG:
|
||||
// Not implemented yet.
|
||||
return ControlStatus::Abort;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче