Lines Matching refs:tt
91 let tt = this.splitLast(ret[2]);
94 func: tt[0], //函数名
95 file: tt[1], //文件名
100 [this.initBlock_.funcPoint, this.initBlock_.filePoint] = [tt[0], tt[tt.length - 1]];
106 let tt = this.splitLast(ret[2]);
108 NapiLog.logInfo(tt[0], 'Caller method(' + this.lineNum_ + '行)', ret[3]);
110 type: ret[1] + ' ' + tt[0], //优化类型
179 let tt = regexEnd.exec(l);
180 if (tt) { //收集结束,入大表l.search('== End ==') > 0