blob: 557ecdbaf81515ad18ce38f7c489a635c8da2eb1 [file] [log] [blame]
function test() {
var o = { foo(){} };
return o.foo.name === "foo";
}
if (!test())
throw new Error("Test failed");