michael@0: thrown = false michael@0: try { michael@0: ("".x = Object.seal) michael@0: "".x.valueOf(); michael@0: } catch (e) {thrown = true} michael@0: assertEq(thrown, true);