blob: a123b1428be3a92f13638beab09a52c1777c8714 [file] [log] [blame]
function test() {
return Object.isSealed('a') === true;
}
if (!test())
throw new Error("Test failed");