зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1418971 - Add Bug 1363233 test case. r=me
This commit is contained in:
Родитель
e48778441f
Коммит
e5ad38e790
|
@ -0,0 +1,14 @@
|
|||
// |jit-test| error: SyntaxError;
|
||||
g = newGlobal();
|
||||
dbg = new Debugger;
|
||||
setInterruptCallback(function () {
|
||||
dbg.addDebuggee(g);
|
||||
dbg.getNewestFrame();
|
||||
return true;
|
||||
});
|
||||
g.eval("" + function f() {
|
||||
for (var i = 0; i < 1; evaluate("class h { constructor() {} }")) {
|
||||
interruptIf(1);
|
||||
}
|
||||
});
|
||||
g.f();
|
Загрузка…
Ссылка в новой задаче