js/src/jit-test/tests/auto-regress/bug800407.js

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 // Binary: cache/js-dbg-32-5cca0408a73f-linux
     2 // Flags:
     3 //
     5 options("strict_mode");
     6 function test(str, arg, result) {
     7     var fun = new Function('x', str);
     8     var got = fun.toSource();
     9 }
    10 test('return let (y) x;');

mercurial