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