Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dtypes.js16 function isUint8ClampedArray(value) { function
61 isUint8ClampedArray, property
Dcomparisons.js46 isUint8ClampedArray,
144 isUint8ClampedArray,
/third_party/node/test/parallel/
Dtest-util-types.js83 assert(!types.isUint8ClampedArray({
86 assert(types.isUint8ClampedArray(
233 isUint8ClampedArray: [ property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js500 this.isUint8ClampedArray = function (...args) { method
/third_party/node/doc/api/
Dutil.md1937 ### `util.types.isUint8ClampedArray(value)`
1948 util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false
1949 util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true
1950 util.types.isUint8ClampedArray(new Float64Array()); // Returns false