Home
last modified time | relevance | path

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

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts688 const nodeCounts = countNodes(program); constant
693 for (const key of arrayFrom(nodeCounts.keys())) {
694 reportCountStatistic("Nodes of " + key, nodeCounts.get(key)!);
699 …reportCountStatistic("Nodes", reduceLeftIterator(nodeCounts.values(), (sum, count) => sum + count,…
/third_party/typescript/lib/
Dtsc.js95270 var nodeCounts = countNodes(program);
95276 for (var _b = 0, _c = ts.arrayFrom(nodeCounts.keys()); _b < _c.length; _b++) {
95278 reportCountStatistic("Nodes of " + key, nodeCounts.get(key));
95283 …reportCountStatistic("Nodes", ts.reduceLeftIterator(nodeCounts.values(), function (sum, count) { r…