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