зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425626 - Properly allow overrecursion in bug1416727.js jit-test. r=me
This commit is contained in:
Родитель
243822d04c
Коммит
81ba2e7314
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче