js/src/jit-test/tests/jaeger/bug684576.js

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 // |jit-test| error: TypeError
     2 function f0(p0,p1) {
     3     var v3;
     4     do {
     5         p1 > v3
     6         v3=1.7
     7     } while (((p0[p1][5]==1)||(p0[p1][5]==2)||(p0[p1][5] == 3)) + 0 > p0);
     8     + (v3(f0));
     9 }
    10 f0(4105,8307);

mercurial