Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js25 function isUint32Array(value) { function
64 isUint32Array, property
/third_party/node/test/parallel/
Dtest-util-types.js93 assert(!types.isUint32Array({ [Symbol.toStringTag]: 'Uint32Array' }));
94 assert(types.isUint32Array(vm.runInNewContext('new Uint32Array')));
239 isUint32Array: [ property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js510 this.isUint32Array = function (...args) { method
/third_party/node/doc/api/
Dutil.md2770 ### `util.types.isUint32Array(value)`
2782 util.types.isUint32Array(new ArrayBuffer()); // Returns false
2783 util.types.isUint32Array(new Uint32Array()); // Returns true
2784 util.types.isUint32Array(new Float64Array()); // Returns false