Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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;');