Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ ZeroPad
Function
ZeroPad
deps/v8/test/mjsunit/wasm/memory-resizable-buffer-array-concat.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
ArrayConcatDefault() {
25
for
(
let
ctor of ctors) {
Callers
1
memory-resizable-buffer-array-concat.js
File · 0.70
Calls
1
Pad
Function · 0.70
Tested by
no test coverage detected