Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js20 function isUint16Array(value) { function
62 isUint16Array, property
Dcomparisons.js47 isUint16Array,
135 isUint16Array,
/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.md1953 ### `util.types.isUint16Array(value)`
1964 util.types.isUint16Array(new ArrayBuffer()); // Returns false
1965 util.types.isUint16Array(new Uint16Array()); // Returns true
1966 util.types.isUint16Array(new Float64Array()); // Returns false