/third_party/typescript/tests/baselines/reference/ |
D | typedArraysCrossAssignability01.types | 53 let arr_Uint8ClampedArray = new Uint8ClampedArray(1); 54 >arr_Uint8ClampedArray : Uint8ClampedArray 55 >new Uint8ClampedArray(1) : Uint8ClampedArray 56 >Uint8ClampedArray : Uint8ClampedArrayConstructor 100 >arr_Int8Array = arr_Uint8ClampedArray : Uint8ClampedArray 102 >arr_Uint8ClampedArray : Uint8ClampedArray 145 >arr_Uint8Array = arr_Uint8ClampedArray : Uint8ClampedArray 147 >arr_Uint8ClampedArray : Uint8ClampedArray 190 >arr_Int16Array = arr_Uint8ClampedArray : Uint8ClampedArray 192 >arr_Uint8ClampedArray : Uint8ClampedArray [all …]
|
D | typedArrays.js | 12 typedArrays[8] = Uint8ClampedArray; 27 typedArrays[8] = new Uint8ClampedArray(obj); 42 typedArrays[8] = new Uint8ClampedArray(obj); 57 typedArrays[8] = Uint8ClampedArray.from(obj); 72 typedArrays[8] = Uint8ClampedArray.from(obj); 87 typedArrays[8] = Uint8ClampedArray.of(...obj); 102 typedArrays[8] = Uint8ClampedArray.of(1,2,3,4); 117 typedArrays[8] = Uint8ClampedArray.from(obj, mapFn); 132 typedArrays[8] = Uint8ClampedArray.from(obj, mapFn); 147 typedArrays[8] = Uint8ClampedArray.from(obj, mapFn, thisArg); [all …]
|
D | typedArraysSubarray.types | 67 var arr = new Uint8ClampedArray(10); 68 >arr : Uint8ClampedArray 69 >new Uint8ClampedArray(10) : Uint8ClampedArray 70 >Uint8ClampedArray : Uint8ClampedArrayConstructor 74 >arr.subarray() : Uint8ClampedArray 75 >arr.subarray : (begin?: number, end?: number) => Uint8ClampedArray 76 >arr : Uint8ClampedArray 77 >subarray : (begin?: number, end?: number) => Uint8ClampedArray 80 >arr.subarray(0) : Uint8ClampedArray 81 >arr.subarray : (begin?: number, end?: number) => Uint8ClampedArray [all …]
|
D | typedArrays.types | 65 typedArrays[8] = Uint8ClampedArray; 66 >typedArrays[8] = Uint8ClampedArray : Uint8ClampedArrayConstructor 70 >Uint8ClampedArray : Uint8ClampedArrayConstructor 156 typedArrays[8] = new Uint8ClampedArray(obj); 157 >typedArrays[8] = new Uint8ClampedArray(obj) : Uint8ClampedArray 161 >new Uint8ClampedArray(obj) : Uint8ClampedArray 162 >Uint8ClampedArray : Uint8ClampedArrayConstructor 249 typedArrays[8] = new Uint8ClampedArray(obj); 250 >typedArrays[8] = new Uint8ClampedArray(obj) : Uint8ClampedArray 254 >new Uint8ClampedArray(obj) : Uint8ClampedArray [all …]
|
D | typedArraysCrossAssignability01.errors.txt | 22 …piler/typedArraysCrossAssignability01.ts(20,5): error TS2322: Type 'Uint8ClampedArray' is not assi… 24 Type '"Uint8ClampedArray"' is not assignable to type '"Int8Array"'. 46 …piler/typedArraysCrossAssignability01.ts(30,5): error TS2322: Type 'Uint8ClampedArray' is not assi… 48 Type '"Uint8ClampedArray"' is not assignable to type '"Uint8Array"'. 70 …piler/typedArraysCrossAssignability01.ts(40,5): error TS2322: Type 'Uint8ClampedArray' is not assi… 72 Type '"Uint8ClampedArray"' is not assignable to type '"Int16Array"'. 94 …piler/typedArraysCrossAssignability01.ts(50,5): error TS2322: Type 'Uint8ClampedArray' is not assi… 96 Type '"Uint8ClampedArray"' is not assignable to type '"Uint16Array"'. 118 …piler/typedArraysCrossAssignability01.ts(60,5): error TS2322: Type 'Uint8ClampedArray' is not assi… 120 Type '"Uint8ClampedArray"' is not assignable to type '"Int32Array"'. [all …]
|
D | typedArraysSubarray.symbols | 51 var arr = new Uint8ClampedArray(10); 53 >Uint8ClampedArray : Symbol(Uint8ClampedArray, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, -… 56 >arr.subarray : Symbol(Uint8ClampedArray.subarray, Decl(lib.es5.d.ts, --, --)) 58 >subarray : Symbol(Uint8ClampedArray.subarray, Decl(lib.es5.d.ts, --, --)) 61 >arr.subarray : Symbol(Uint8ClampedArray.subarray, Decl(lib.es5.d.ts, --, --)) 63 >subarray : Symbol(Uint8ClampedArray.subarray, Decl(lib.es5.d.ts, --, --)) 66 >arr.subarray : Symbol(Uint8ClampedArray.subarray, Decl(lib.es5.d.ts, --, --)) 68 >subarray : Symbol(Uint8ClampedArray.subarray, Decl(lib.es5.d.ts, --, --))
|
D | typedArrays.symbols | 40 typedArrays[8] = Uint8ClampedArray; 42 >Uint8ClampedArray : Symbol(Uint8ClampedArray, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, -… 95 typedArrays[8] = new Uint8ClampedArray(obj); 97 >Uint8ClampedArray : Symbol(Uint8ClampedArray, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, -… 151 typedArrays[8] = new Uint8ClampedArray(obj); 153 >Uint8ClampedArray : Symbol(Uint8ClampedArray, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, -… 223 typedArrays[8] = Uint8ClampedArray.from(obj); 225 >Uint8ClampedArray.from : Symbol(Uint8ClampedArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Dec… 226 >Uint8ClampedArray : Symbol(Uint8ClampedArray, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, -… 298 typedArrays[8] = Uint8ClampedArray.from(obj); [all …]
|
D | typedArraysSubarray.js | 17 var arr = new Uint8ClampedArray(10); 80 var arr = new Uint8ClampedArray(10);
|
/third_party/typescript/tests/cases/compiler/ |
D | typedArrays.ts | 13 typedArrays[8] = Uint8ClampedArray; 28 typedArrays[8] = new Uint8ClampedArray(obj); 43 typedArrays[8] = new Uint8ClampedArray(obj); 58 typedArrays[8] = Uint8ClampedArray.from(obj); 73 typedArrays[8] = Uint8ClampedArray.from(obj); 88 typedArrays[8] = Uint8ClampedArray.of(...obj); 103 typedArrays[8] = Uint8ClampedArray.of(1,2,3,4); 118 typedArrays[8] = Uint8ClampedArray.from(obj, mapFn); 133 typedArrays[8] = Uint8ClampedArray.from(obj, mapFn); 148 typedArrays[8] = Uint8ClampedArray.from(obj, mapFn, thisArg); [all …]
|
/third_party/typescript/tests/cases/test262-harness/ |
D | helpers.d.ts | 352 …nt32Array, typeof Uint32Array, typeof Float32Array, typeof Float64Array, typeof Uint8ClampedArray]; 353 …, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, Uint8ClampedArray]; 354 …f Int16Array, typeof Uint16Array, typeof Int32Array, typeof Uint32Array, typeof Uint8ClampedArray]; 355 …any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Uint8ClampedArray]; 358 …, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, Uint8ClampedArray]; 359 …, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, Uint8ClampedArray]; 360 …, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, Uint8ClampedArray]; 361 …, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, Uint8ClampedArray]; 364 …teUnSignedTypedArrayInstances(obj: any): [Uint8Array, Uint16Array, Uint32Array, Uint8ClampedArray];
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 2300 interface Uint8ClampedArray { interface 2340 …every(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: an… 2359 …dicate: (value: number, index: number, array: Uint8ClampedArray) => any, thisArg?: any): Uint8Clam… 2370 …find(predicate: (value: number, index: number, obj: Uint8ClampedArray) => boolean, thisArg?: any):… 2381 …findIndex(predicate: (value: number, index: number, obj: Uint8ClampedArray) => boolean, thisArg?: … 2390 …forEach(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => void, thisArg?: an… 2428 …ackfn: (value: number, index: number, array: Uint8ClampedArray) => number, thisArg?: any): Uint8Cl… 2440 …usValue: number, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => number):… 2441 …usValue: number, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => number, … 2453 …reviousValue: U, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => U, initi… [all …]
|
D | es2015.iterable.d.ts | 286 interface Uint8ClampedArray { interface 305 new (elements: Iterable<number>): Uint8ClampedArray; 314 …ike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8ClampedArray;
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 2320 interface Uint8ClampedArray { interface 2360 …every(predicate: (value: number, index: number, array: Uint8ClampedArray) => unknown, thisArg?: an… 2379 …dicate: (value: number, index: number, array: Uint8ClampedArray) => any, thisArg?: any): Uint8Clam… 2390 …find(predicate: (value: number, index: number, obj: Uint8ClampedArray) => boolean, thisArg?: any):… 2401 …findIndex(predicate: (value: number, index: number, obj: Uint8ClampedArray) => boolean, thisArg?: … 2410 …forEach(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => void, thisArg?: an… 2448 …ackfn: (value: number, index: number, array: Uint8ClampedArray) => number, thisArg?: any): Uint8Cl… 2460 …usValue: number, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => number):… 2461 …usValue: number, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => number, … 2473 …reviousValue: U, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => U, initi… [all …]
|
D | lib.es2015.iterable.d.ts | 306 interface Uint8ClampedArray { interface 325 new (elements: Iterable<number>): Uint8ClampedArray; 334 …ike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8ClampedArray;
|
/third_party/node/test/parallel/ |
D | test-assert-typedarray-deepequal.js | 17 [new Uint8ClampedArray(1e5), new Uint8ClampedArray(1e5)], 43 [new Uint8ClampedArray([300, 2, 3]), new Uint8Array([300, 2, 3])],
|
D | test-util-types.js | 35 [ new Uint8ClampedArray() ], 124 const uint8ClampedArray = new Uint8ClampedArray(arrayBuffer); 138 const fakeUint8ClampedArray = Object.create(Uint8ClampedArray.prototype); 155 new Uint8ClampedArray(arrayBuffer), ArrayBuffer.prototype
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | GetIntrinsic.js | 148 '$ %Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray, 149 …'$ %Uint8ClampedArrayPrototype%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8Clam…
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | imagedata.js | 29 return new ImageData(new Uint8ClampedArray(byteLength), 33 if (arr.prototype.constructor !== Uint8ClampedArray ) {
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | imagedata.js | 29 return new ImageData(new Uint8ClampedArray(byteLength), 33 if (arr.prototype.constructor !== Uint8ClampedArray ) {
|
/third_party/flutter/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 39 output = new Uint8ClampedArray(pixels); 45 output = new Uint8ClampedArray(pixels.buffer);
|
/third_party/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 42 output = new Uint8ClampedArray(pixels); 48 output = new Uint8ClampedArray(pixels.buffer);
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | typedarray-of.js | 17 Uint8ClampedArray, 106 var a = Uint8ClampedArray.of(-8);
|
D | regression-test-issue-1936.js | 19 …erties(constructor.isExtensible, {a: Object.getOwnPropertyDescriptor(Uint8ClampedArray, "length")})
|
D | regression-test-issue-3222.js | 18 var $ = (new Uint8ClampedArray).set((new ((new constructor).constructor(this).Uint32Array)), v0)
|
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.01/ |
D | 22.02.01-011.js | 16 var a = new Uint8ClampedArray([1.5, 2.5, -1.5, 10000]);
|