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