Bug 1331405 - IonMonkey: Disable compiling JSOP_THROWMSG, r=jandem

This commit is contained in:
Hannes Verschore 2017-01-18 11:37:18 +01:00
Родитель 21c0f1fb53
Коммит aa5fbe7a5a
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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;