Searched refs:isUint16Array (Results 1 – 4 of 4) sorted by relevance
21 function isUint16Array(value) { function63 isUint16Array, property
90 assert(!types.isUint16Array({ [Symbol.toStringTag]: 'Uint16Array' }));91 assert(types.isUint16Array(vm.runInNewContext('new Uint16Array')));236 isUint16Array: [ property
505 this.isUint16Array = function (...args) { method
2753 ### `util.types.isUint16Array(value)`2765 util.types.isUint16Array(new ArrayBuffer()); // Returns false2766 util.types.isUint16Array(new Uint16Array()); // Returns true2767 util.types.isUint16Array(new Float64Array()); // Returns false