Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ ZeroPad
Function
ZeroPad
deps/v8/test/mjsunit/wasm/memory-resizable-buffer-array-slice.js:20–22 ·
view source on GitHub ↗
(a, start, ctor, pages)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
ZeroPad(a, start, ctor, pages) {
21
Pad(a, 0, start, ctor, pages);
22
}
23
24
(
function
ArraySlice() {
25
const
sliceHelper = ArraySliceHelper;
Callers
1
memory-resizable-buffer-array-slice.js
File · 0.70
Calls
1
Pad
Function · 0.70
Tested by
no test coverage detected