blob: 1f79596371cdd2c799ba5cefa88cfa029b991732 [file] [log] [blame]
thrown = false
try {
("".x = Object.seal)
"".x.valueOf();
} catch (e) {thrown = true}
assertEq(thrown, true);