MCPcopy Index your code
hub / github.com/nodejs/node / constructor

Method constructor

deps/v8/tools/profview/profile-utils.js:246–251  ·  view source on GitHub ↗
(filter, isBottomUp)

Source from the content-addressed store, hash-verified

244
245class PlainCallTreeProcessor {
246 constructor(filter, isBottomUp) {
247 this.filter = filter;
248 this.tree = createEmptyNode("root");
249 this.tree.delayedExpansion = { frameList : [], ascending : isBottomUp };
250 this.isBottomUp = isBottomUp;
251 }
252
253 addStack(file, tickIndex) {
254 let stack = file.ticks[tickIndex].s;

Callers

nothing calls this directly

Calls 1

createEmptyNodeFunction · 0.85

Tested by

no test coverage detected