comparison: js/src/jit-test/tests/ion/bug816492.js
js/src/jit-test/tests/ion/bug816492.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function TestCase(n, d, e, a) {} |
|
2 function reportCompare () { |
|
3 var testcase = new TestCase(); |
|
4 } |
|
5 reportCompare(); |
|
6 schedulegc(10); |
|
7 this.TestCase=Number; |
|
8 reportCompare(4294967295.5); |