summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug756236.js
blob: 5c6b3a51a9c26307d78f9ee15818af4c410f2d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Binary: cache/js-dbg-64-14735b4dbccc-linux
// Flags: --ion-eager
//

gczeal(4);
function startTest() {}
function TestCase(n, d, e, a) {
    return dump = (function () {});
}
  if (typeof document != "object" || !document.location.href.match(/jsreftest.html/)) {}
function writeHeaderToLog( string ) {}
var SECTION = "11.4.5";
new TestCase( SECTION,  "var MYVAR= void 0; --MYVAR", NaN, eval("var MYVAR=void 0; --MYVAR") );
new TestCase( SECTION, "var MYVAR=0;--MYVAR;MYVAR", -1, eval("var MYVAR=0;--MYVAR;MYVAR") );
new TestCase( SECTION, "var MYVAR=0;--MYVAR;MYVAR", -1, eval("var MYVAR=0;--MYVAR;MYVAR") );