Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Drandom.js59 isAnyArrayBuffer,
119 if (!isAnyArrayBuffer(buf) && !isArrayBufferView(buf)) {
153 if (!isAnyArrayBuffer(buf) && !isArrayBufferView(buf)) {
435 } else if (!isAnyArrayBuffer(add) && !isArrayBufferView(add)) {
452 } else if (!isAnyArrayBuffer(rem) && !isArrayBufferView(rem)) {
542 if (!isAnyArrayBuffer(candidate) && !isArrayBufferView(candidate)) {
576 if (!isAnyArrayBuffer(candidate) && !isArrayBufferView(candidate)) {
Dhkdf.js39 isAnyArrayBuffer,
79 if (isAnyArrayBuffer(key))
Dutil.js72 isAnyArrayBuffer,
121 if (isAnyArrayBuffer(buffer))
413 if (isAnyArrayBuffer(val) || isArrayBufferView(val))
Ddiffiehellman.js41 isAnyArrayBuffer,
78 !isAnyArrayBuffer(sizeOrKey)) {
113 } else if (!isArrayBufferView(generator) && !isAnyArrayBuffer(generator)) {
Dkeys.js55 isAnyArrayBuffer,
320 isAnyArrayBuffer(val);
595 !isAnyArrayBuffer(key)) {
/third_party/node/lib/internal/util/
Dcomparisons.js32 isAnyArrayBuffer,
236 } else if (isAnyArrayBuffer(val1)) {
237 if (!isAnyArrayBuffer(val2) || !areEqualArrayBuffers(val1, val2)) {
250 isAnyArrayBuffer(val2) ||
Dinspect.js128 isAnyArrayBuffer,
988 } else if (isAnyArrayBuffer(value)) {
/third_party/node/deps/undici/src/lib/fetch/
Dfile.js216 types.isAnyArrayBuffer(V)
286 types.isAnyArrayBuffer(element) ||
Dwebidl.js511 !types.isAnyArrayBuffer(V)
616 if (types.isAnyArrayBuffer(V)) {
/third_party/node/lib/
Dbuffer.js91 isAnyArrayBuffer,
303 if (isAnyArrayBuffer(value))
540 if (obj.length !== undefined || isAnyArrayBuffer(obj.buffer)) {
775 if (isArrayBufferView(string) || isAnyArrayBuffer(string)) {
1361 if (isTypedArray(input) || isAnyArrayBuffer(input)) {
1369 if (isTypedArray(input) || isAnyArrayBuffer(input)) {
Dzlib.js62 isAnyArrayBuffer,
119 } else if (isAnyArrayBuffer(buffer)) {
168 if (isAnyArrayBuffer(buffer)) {
687 if (isAnyArrayBuffer(dictionary)) {
/third_party/node/lib/internal/
Dblob.js41 isAnyArrayBuffer,
111 if (isAnyArrayBuffer(source)) {
Dencoding.js44 isAnyArrayBuffer,
500 if (isAnyArrayBuffer(input)) {
/third_party/node/typings/internalBinding/
Dtypes.d.ts4 isAnyArrayBuffer(value: unknown): value is (ArrayBuffer | SharedArrayBuffer);
/third_party/node/lib/internal/modules/esm/
Dtranslators.js97 const { isArrayBufferView, isAnyArrayBuffer } = lazyTypes();
98 if (isArrayBufferView(body) || isAnyArrayBuffer(body)) {
Dhooks.js44 isAnyArrayBuffer,
502 !isAnyArrayBuffer(source) &&
/third_party/node/test/parallel/
Dtest-util-types.js58 types.isAnyArrayBuffer(value)) && key.includes('Array') ||
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js330 this.isAnyArrayBuffer = function (...args) { method
/third_party/node/deps/undici/src/lib/websocket/
Dwebsocket.js631 if (ArrayBuffer.isView(V) || types.isAnyArrayBuffer(V)) {
/third_party/node/doc/api/
Dutil.md2046 ### `util.types.isAnyArrayBuffer(value)`
2062 util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true
2063 util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true
2116 desirable to test for both; See [`util.types.isAnyArrayBuffer()`][] for that.
2658 desirable to test for both; See [`util.types.isAnyArrayBuffer()`][] for that.
3352 [`util.types.isAnyArrayBuffer()`]: #utiltypesisanyarraybuffervalue
/third_party/node/deps/undici/
Dundici.js12602 if (ArrayBuffer.isView(V) || types.isAnyArrayBuffer(V)) {
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs9521 if (webidl.util.Type(V) !== "Object" || !types.isAnyArrayBuffer(V)) {
9568 if (types.isAnyArrayBuffer(V)) {
9709 if (ArrayBuffer.isView(V) || types.isAnyArrayBuffer(V)) {