Searched refs:isUint32Array (Results 1 – 4 of 4) sorted by relevance
25 function isUint32Array(value) { function64 isUint32Array, property
93 assert(!types.isUint32Array({ [Symbol.toStringTag]: 'Uint32Array' }));94 assert(types.isUint32Array(vm.runInNewContext('new Uint32Array')));239 isUint32Array: [ property
510 this.isUint32Array = function (...args) { method
2770 ### `util.types.isUint32Array(value)`2782 util.types.isUint32Array(new ArrayBuffer()); // Returns false2783 util.types.isUint32Array(new Uint32Array()); // Returns true2784 util.types.isUint32Array(new Float64Array()); // Returns false