Home
last modified time | relevance | path

Searched refs:oldvalue (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts84 let oldvalue = this.nodeMap.get(key); variable
85 oldvalue! += value;
86 this.nodeMap.set(key, oldvalue!);