Source code

Revision control

Copy as Markdown

Other Tools

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