Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DtypedArrays-es5.js20 const uint16Array = new Uint16Array(1); constant
57 var uint16Array = new Uint16Array(1); variable
DtypedArrays-es6.js20 const uint16Array = new Uint16Array(1); constant
46 const uint16Array = new Uint16Array(1); constant
/third_party/typescript/tests/cases/compiler/
DtypedArrays-es5.ts21 const uint16Array = new Uint16Array(1); constant
DtypedArrays-es6.ts21 const uint16Array = new Uint16Array(1); constant
/third_party/node/test/parallel/
Dtest-util-types.js125 const uint16Array = new Uint16Array(arrayBuffer); constant