mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Backed out changeset 76e7ef98a9d1 (bug 867856) for jit-test failures.
CLOSED TREE
This commit is contained in:
parent
ea9654afe8
commit
f4bca4443b
@ -4,14 +4,8 @@
|
||||
// Flags: --ion-eager
|
||||
//
|
||||
|
||||
var i = 0;
|
||||
|
||||
gczeal(2);
|
||||
gczeal(2)
|
||||
function test() {
|
||||
if (i++ > 10000)
|
||||
return "function";
|
||||
var res = typeof (new test("1")) != 'function';
|
||||
return res ? "function" : "string";
|
||||
typeof (new test("1")) != 'function'
|
||||
}
|
||||
|
||||
test();
|
||||
|
Loading…
Reference in New Issue
Block a user