Bug 1425626 - Properly allow overrecursion in bug1416727.js jit-test. r=me

This commit is contained in:
Jan de Mooij 2018-03-10 12:27:27 +01:00
Родитель 243822d04c
Коммит 81ba2e7314
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -1,3 +1,4 @@
// |jit-test| allow-overrecursed
g = newGlobal()
g.parent = this
g.eval("new Debugger(parent).onExceptionUnwind = function(){}");
@ -16,6 +17,4 @@ function test() {
}
f(80);
}
try {
test();
} catch(e) {}
test();