Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Dindex.ts109 private __counterMapping = new Map(); property in Vm
540 return this.__counterMapping.get(key);
544 this.__counterMapping.set(key, value);
548 return this.__counterMapping;