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

Method constructor

deps/v8/tools/profview/profile-utils.js:221–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219
220class RuntimeCallTreeProcessor {
221 constructor() {
222 this.tree = createEmptyNode("root");
223 this.tree.delayedExpansion = { frameList : [], ascending : false };
224 }
225
226 addStack(file, tickIndex) {
227 this.tree.ticks++;

Callers

nothing calls this directly

Calls 1

createEmptyNodeFunction · 0.85

Tested by

no test coverage detected