mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
a1a6c597f9
commit
a53939b5fa
@ -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");
|
@ -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");
|
Loading…
Reference in New Issue
Block a user