Searched refs:debugInfoElmtId (Results 1 – 6 of 6) sorted by relevance
123 public debugInfoElmtId(elmtId: number): string {125 return this.owningView_.debugInfoElmtId(elmtId) as string;622 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId)) : (elmtId => elmt…641 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId, isProfiler)) : (el…
478 stateMgmtProfiler.begin(`ViewPU.uiNodeNeedUpdate ${this.debugInfoElmtId(elmtId)}`);
245 result += `${sepa}${this.debugInfoElmtId(elmtId)}`;251 public debugInfoElmtId(elmtId: number, isProfiler: boolean = false): string | ElementType {257 } : this.updateFuncByElmtId.debugInfoElmtId(elmtId);
136 public debugInfoElmtId(elmtId: number): string {
242 stateMgmtProfiler.begin(`ViewV2.uiNodeNeedUpdate ${this.debugInfoElmtId(elmtId)}`);
3972 debugInfoElmtId(elmtId) {4150 result += `${sepa}${this.debugInfoElmtId(elmtId)}`;4155 debugInfoElmtId(elmtId, isProfiler = false) {4160 } : this.updateFuncByElmtId.debugInfoElmtId(elmtId);4708 debugInfoElmtId(elmtId) { method in ObservedPropertyAbstractPU4710 return this.owningView_.debugInfoElmtId(elmtId);5154 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId)) : (elmtId => elmt…5170 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId, isProfiler)) : (el…