Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js53 function isBigUint64Array(value) { function
71 isBigUint64Array, property
/third_party/node/test/parallel/
Dtest-util-types.js114 assert(!types.isBigUint64Array({ [Symbol.toStringTag]: 'BigUint64Array' }));
115 assert(types.isBigUint64Array(vm.runInNewContext('new BigUint64Array')));
260 isBigUint64Array: [ property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js360 this.isBigUint64Array = function (...args) { method
/third_party/node/doc/api/
Dutil.md2158 ### `util.types.isBigUint64Array(value)`
2170 util.types.isBigUint64Array(new BigInt64Array()); // Returns false
2171 util.types.isBigUint64Array(new BigUint64Array()); // Returns true