blob: c1a6fb34366e83a6b75ae99cc1b525c76c1a1b04 [file] [log] [blame]
function foo() {
this.id = 0;
}
var obj = {};
obj.p2 = new foo();
obj["p2"].