Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: TypeError
"use strict"
var g = newGlobal();
g.eval("bar = {}; Object.freeze(bar);");
g.bar.a = 4;
// |jit-test| error: TypeError
"use strict"
var g = newGlobal();
g.eval("bar = {}; Object.freeze(bar);");
g.bar.a = 4;