Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_node_factory.ts124 const typeOfVal = value.$type?.name ?? value.constructor?.name; constant
125 if (typeOfVal === 'Long' || typeOfVal === 'BigInt') return true;