Backed out 2 changesets (bug 909447, bug 909441) for jit-test failures on a CLOSED TREE.

Backed out changeset 3300c750cd53 (bug 909447)
Backed out changeset b1b242a80ef7 (bug 909441)
This commit is contained in:
Ryan VanderMeulen 2013-08-28 20:18:00 -04:00
parent a1a6c597f9
commit a53939b5fa
2 changed files with 0 additions and 42 deletions

View File

@ -1,21 +0,0 @@
// |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");

View File

@ -1,21 +0,0 @@
// |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");