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

Function CreateResizableArrayBuffer

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

Source from the content-addressed store, hash-verified

71 DataView.prototype.setBigInt64, 8, true]];
72
73function CreateResizableArrayBuffer(byteLength, maxByteLength) {
74 return new ArrayBuffer(byteLength, {maxByteLength: maxByteLength});
75}
76
77function CreateGrowableSharedArrayBuffer(byteLength, maxByteLength) {
78 return new SharedArrayBuffer(byteLength, {maxByteLength: maxByteLength});

Callers 15

CreateRabFunction · 0.70
TestFillFunction · 0.70
AtFunction · 0.70
TestCopyWithinFunction · 0.70
EntriesKeysValuesFunction · 0.70
CreateRabForTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…