Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js21 function isUint16Array(value) { function
63 isUint16Array, property
/third_party/node/test/parallel/
Dtest-util-types.js90 assert(!types.isUint16Array({ [Symbol.toStringTag]: 'Uint16Array' }));
91 assert(types.isUint16Array(vm.runInNewContext('new Uint16Array')));
236 isUint16Array: [ property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js505 this.isUint16Array = function (...args) { method
/third_party/node/doc/api/
Dutil.md2753 ### `util.types.isUint16Array(value)`
2765 util.types.isUint16Array(new ArrayBuffer()); // Returns false
2766 util.types.isUint16Array(new Uint16Array()); // Returns true
2767 util.types.isUint16Array(new Float64Array()); // Returns false