Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ markPages_
Method
markPages_
deps/v8/tools/codemap.mjs:155–159 ·
view source on GitHub ↗
* @private
(start, end)
Source
from the content-addressed store, hash-verified
153
* @private
154
*/
155
markPages_(start, end) {
156
for
(
let
addr = start; addr <= end; addr += this.kPageSize) {
157
this.pages_.add((addr / this.kPageSize) | this.kZero);
158
}
159
}
160
161
/**
162
* @private
Callers
1
addLibrary
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected