Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js24 function isUint32Array(value) { function
63 isUint32Array, property
Dcomparisons.js48 isUint32Array,
136 isUint32Array,
/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.md1969 ### `util.types.isUint32Array(value)`
1980 util.types.isUint32Array(new ArrayBuffer()); // Returns false
1981 util.types.isUint32Array(new Uint32Array()); // Returns true
1982 util.types.isUint32Array(new Float64Array()); // Returns false