Home
last modified time | relevance | path

Searched defs:commap (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_treemap.js122 let commap = new fastmap((firstValue, secondValue) => {return firstValue > secondValue}); variable
142 commap = new fastmap((firstValue, secondValue) => {return firstValue.id > secondValue.id}); variable
151 commap = new fastmap((firstValue, secondValue) => {return firstValue < secondValue}); variable