1 2 3 4 5 6 7
// |jit-test| error: TypeError "use strict" var g = newGlobal(); g.eval("bar = {}; Object.freeze(bar);"); g.bar.a = 4;