MCPcopy Index your code
hub / github.com/nodejs/node / CreateGrowableSharedArrayBuffer

Function CreateGrowableSharedArrayBuffer

deps/v8/test/mjsunit/typedarray-helpers.js:77–79  ·  view source on GitHub ↗
(byteLength, maxByteLength)

Source from the content-addressed store, hash-verified

75}
76
77function CreateGrowableSharedArrayBuffer(byteLength, maxByteLength) {
78 return new SharedArrayBuffer(byteLength, {maxByteLength: maxByteLength});
79}
80
81function CreateResizableArrayBufferViaWasm(initial, maximum) {
82 let mem = new WebAssembly.Memory({initial, maximum});

Callers 15

CreateGsabFunction · 0.85
TestFillFunction · 0.85
AtFunction · 0.85
TestCopyWithinFunction · 0.85
EntriesKeysValuesFunction · 0.85
CreateGsabForTestFunction · 0.85
EverySomeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…