зеркало из https://github.com/mozilla/gecko-dev.git
Bug 909447 - Test. r=bholley DONTBUILD
This commit is contained in:
Родитель
475aecf606
Коммит
d37c74c896
|
@ -0,0 +1,21 @@
|
|||
// |jit-test| error:InternalError
|
||||
|
||||
function f(code) {
|
||||
try {
|
||||
g = Function(code)
|
||||
} catch (e) {}
|
||||
g()
|
||||
}
|
||||
f("\
|
||||
Object.defineProperty(this,\"x\",{\
|
||||
get: function(){\
|
||||
evaluate(\"Array(x)\",{\
|
||||
newContext:true,\
|
||||
catchTermination:(function(){})\
|
||||
})\
|
||||
}\
|
||||
})\
|
||||
");
|
||||
f("x");
|
||||
f(")");
|
||||
f("x");
|
Загрузка…
Ссылка в новой задаче