Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js49 function isBigInt64Array(value) { function
70 isBigInt64Array, property
/third_party/node/test/parallel/
Dtest-util-types.js111 assert(!types.isBigInt64Array({ [Symbol.toStringTag]: 'BigInt64Array' }));
112 assert(types.isBigInt64Array(vm.runInNewContext('new BigInt64Array')));
257 isBigInt64Array: [ property
/third_party/node/lib/internal/fs/
Dutils.js42 isBigInt64Array,
539 if (isBigInt64Array(stats)) {
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js355 this.isBigInt64Array = function (...args) { method
/third_party/node/doc/api/
Dutil.md2142 ### `util.types.isBigInt64Array(value)`
2154 util.types.isBigInt64Array(new BigInt64Array()); // Returns true
2155 util.types.isBigInt64Array(new BigUint64Array()); // Returns false