summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1319443.js
blob: cddfce5c062aad4295e93ceac4ef5e978d670c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| error: TypeError

var global = newGlobal({ cloneSingletons: true });

var code = cacheEntry(`
function f() {}
Object.freeze(this);
`);

evaluate(code, { global, saveBytecode: true });
evaluate(code, { global, saveBytecode: true });