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

Function ArrayBufferViewGetByteLength

lib/internal/webstreams/util.js:104–106  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

102}
103
104function ArrayBufferViewGetByteLength(view) {
105 return ReflectGet(view.constructor.prototype, 'byteLength', view);
106}
107
108function ArrayBufferViewGetByteOffset(view) {
109 return ReflectGet(view.constructor.prototype, 'byteOffset', view);

Callers 7

cloneAsUint8ArrayFunction · 0.85
respondMethod · 0.85
readMethod · 0.85
enqueueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected