michael@0: // Binary: cache/js-dbg-32-5cca0408a73f-linux michael@0: // Flags: michael@0: // michael@0: michael@0: options("strict_mode"); michael@0: function test(str, arg, result) { michael@0: var fun = new Function('x', str); michael@0: var got = fun.toSource(); michael@0: } michael@0: test('return let (y) x;');