blob: 339109e2c95c95e4d959cd2e71952b3801cc6686 [file] [log] [blame]
function bar() {
this.id = 0;
}
var tst = {p1:new bar()};
tst["p1"].