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

Function isDataView

lib/internal/util/types.js:9–11  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

7} = primordials;
8
9function isDataView(value) {
10 return ArrayBufferIsView(value) && TypedArrayPrototypeGetSymbolToStringTag(value) === undefined;
11}
12
13function isTypedArray(value) {
14 return TypedArrayPrototypeGetSymbolToStringTag(value) !== undefined;

Callers 8

transferArrayBufferFunction · 0.85
readMethod · 0.85
sendDatagramMethod · 0.85
formatRawFunction · 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…