js/src/jit-test/tests/jaeger/recompile/bug661859.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:c9bd95d52698
1 function TestCase(n, d, e, a) this.expect = e;
2 function reportCompare(expected, actual, description) {
3 typeof actual
4 }
5 expect = 1;
6 var summary = 'Do not assert: top < ss->printer->script->depth';
7 var actual = 'No Crash';
8 var expect = 'No Crash';
9 test();
10 function test() {
11 try {
12 p = [1].some(function (y) test()) ? 4 : 0x0041
13 } catch (ex) {}
14 reportCompare(expect, actual, summary)
15 }
16 test();
17 TestCase();
18 test()

mercurial