js/src/jit-test/tests/ion/bug858617.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e87bdb7ae740
1 function TestCase(e, a) {
2 getTestCaseResult(e, a);
3 };
4 function reportCompare (expected, actual) {
5 new TestCase(expected, actual);
6 }
7 function enterFunc() {}
8 function getTestCaseResult(expected, actual) {
9 return actual == expected;
10 }
11 reportCompare('', '');
12 evaluate("\
13 test();\
14 function test() {\
15 enterFunc();\
16 reportCompare();\
17 }\
18 ");

mercurial