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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:5c6efcdab0bc
1 // Binary: cache/js-dbg-32-5cca0408a73f-linux
2 // Flags:
3 //
4
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