Home
last modified time | relevance | path

Searched refs:getDataViewOrTypedArrayByteLength (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/crypto/
Dutil.js352 …isView ? getDataViewOrTypedArrayByteLength(idlValue) : ArrayBufferPrototypeGetByteLength(idlValue),
376 function getDataViewOrTypedArrayByteLength(V) { function