Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ countNodes
Function
countNodes
deps/v8/test/mjsunit/tools/profile.mjs:51–55 ·
view source on GitHub ↗
(profile, traverseFunc)
Source
from the content-addressed store, hash-verified
49
50
51
function
countNodes(profile, traverseFunc) {
52
var
count = 0;
53
traverseFunc.call(profile,
function
() { count++; });
54
return
count;
55
};
56
57
58
function
ProfileTestDriver() {
Callers
1
profile.mjs
File · 0.85
Calls
1
call
Method · 0.45
Tested by
no test coverage detected