blob: 1e6cd40b064e832fbd0a2fd32759c5d8a3013591 [file] [log] [blame]
function test() {
return Object.prototype.hasOwnProperty('__proto__');
}
if (!test())
throw new Error("Test failed");