Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ push
Method
push
deps/v8/tools/system-analyzer/processor.mjs:30–33 ·
view source on GitHub ↗
(chunk)
Source
from the content-addressed store, hash-verified
28
}
29
30
push(chunk) {
31
this._chunks.push(chunk);
32
this.consumeAll();
33
}
34
35
async
consumeAll() {
36
if
(!this._isConsuming) this._pendingWork = this._consumeAll();
Callers
8
processChunk
Method · 0.45
finalize
Method · 0.45
processCodeCreation
Method · 0.45
processCodeDeopt
Method · 0.45
processTick
Method · 0.45
processPropertyIC
Method · 0.45
createMapEntry
Method · 0.45
processTimerEventStart
Method · 0.45
Calls
1
consumeAll
Method · 0.95
Tested by
no test coverage detected