Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isToplevel
Method
isToplevel
deps/v8/tools/parse-processor.mjs:674–676 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
672
}
673
674
isToplevel() {
675
return
this.parent === null;
676
}
677
678
containsPosition(position) {
679
return
this.start <= position && position <= this.end;
Callers
4
finalize
Method · 0.80
calculateMetrics
Method · 0.80
mjsunit.js
File · 0.80
wasm-gc-inlining-stacktrace-api.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected