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