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