Home
last modified time | relevance | path

Searched defs:uint8ClampedArray (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypedArrays-es5.js29 const uint8ClampedArray = new Uint8ClampedArray(1); constant
63 var uint8ClampedArray = new Uint8ClampedArray(1); variable
DtypedArrays-es6.js29 const uint8ClampedArray = new Uint8ClampedArray(1); constant
52 const uint8ClampedArray = new Uint8ClampedArray(1); constant
/third_party/typescript/tests/cases/compiler/
DtypedArrays-es5.ts30 const uint8ClampedArray = new Uint8ClampedArray(1); constant
DtypedArrays-es6.ts30 const uint8ClampedArray = new Uint8ClampedArray(1); constant
/third_party/node/test/parallel/
Dtest-util-types.js124 const uint8ClampedArray = new Uint8ClampedArray(arrayBuffer); constant