bug-1319443.js (284B)
1 // |jit-test| error: TypeError 2 3 var global = newGlobal({ cloneSingletons: true }); 4 5 var code = cacheEntry(` 6 function f() {} 7 Object.freeze(this); 8 `); 9 10 evaluate(code, { global, saveBytecodeWithDelazifications: true }); 11 evaluate(code, { global, saveBytecodeWithDelazifications: true });