blob: b52357cba95a631b1d9e7c94a43d2e61c5211b44 [file] [log] [blame]
function test() {
return Object.getOwnPropertyDescriptor('a', 'foo') === undefined;
}
if (!test())
throw new Error("Test failed");