comparison: js/src/jit-test/tests/ion/bug905989.js
js/src/jit-test/tests/ion/bug905989.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 if (typeof ParallelArray === "undefined") |
|
2 quit(); |
|
3 |
|
4 function TestCase(n, d, e, a) {}; |
|
5 function reportCompare() { |
|
6 new TestCase(); |
|
7 } |
|
8 reportCompare(); |
|
9 TestCase = ParallelArray; |
|
10 try { |
|
11 reportCompare(); |
|
12 } catch(exc1) {} |
|
13 reportCompare(); |