var T = {};T['i'] = 1, T['toString'] = function () { return this['i']++; }, (0, T);