Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ clearArray
Function
clearArray
deps/v8/test/mjsunit/asm/atomics-load.js:56–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
function
clearArray() {
57
var
ui8 =
new
Uint8Array(sab);
58
for
(
var
i = 0; i < sab.byteLength; ++i) {
59
ui8[i] = 0;
60
}
61
}
62
63
function
testElementType(taConstr, f, offset) {
64
clearArray();
Callers
1
testElementType
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected