/third_party/typescript/tests/baselines/reference/ |
D | valueOfTypedArray.types | 48 const typedArray5: Uint32Array = (new Uint32Array()).valueOf(); 49 >typedArray5 : Uint32Array 50 >(new Uint32Array()).valueOf() : Uint32Array 51 >(new Uint32Array()).valueOf : () => Uint32Array 52 >(new Uint32Array()) : Uint32Array 53 >new Uint32Array() : Uint32Array 54 >Uint32Array : Uint32ArrayConstructor 55 >valueOf : () => Uint32Array
|
D | typedArraysCrossAssignability01.types | 35 let arr_Uint32Array = new Uint32Array(1); 36 >arr_Uint32Array : Uint32Array 37 >new Uint32Array(1) : Uint32Array 38 >Uint32Array : Uint32ArrayConstructor 85 >arr_Int8Array = arr_Uint32Array : Uint32Array 87 >arr_Uint32Array : Uint32Array 130 >arr_Uint8Array = arr_Uint32Array : Uint32Array 132 >arr_Uint32Array : Uint32Array 175 >arr_Int16Array = arr_Uint32Array : Uint32Array 177 >arr_Uint32Array : Uint32Array [all …]
|
D | typedArrays.js | 9 typedArrays[5] = Uint32Array; 24 typedArrays[5] = new Uint32Array(obj); 39 typedArrays[5] = new Uint32Array(obj); 54 typedArrays[5] = Uint32Array.from(obj); 69 typedArrays[5] = Uint32Array.from(obj); 84 typedArrays[5] = Uint32Array.of(...obj); 99 typedArrays[5] = Uint32Array.of(1,2,3,4); 114 typedArrays[5] = Uint32Array.from(obj, mapFn); 129 typedArrays[5] = Uint32Array.from(obj, mapFn); 144 typedArrays[5] = Uint32Array.from(obj, mapFn, thisArg); [all …]
|
D | typedArraysSubarray.types | 191 var arr = new Uint32Array(10); 192 >arr : Uint32Array 193 >new Uint32Array(10) : Uint32Array 194 >Uint32Array : Uint32ArrayConstructor 198 >arr.subarray() : Uint32Array 199 >arr.subarray : (begin?: number, end?: number) => Uint32Array 200 >arr : Uint32Array 201 >subarray : (begin?: number, end?: number) => Uint32Array 204 >arr.subarray(0) : Uint32Array 205 >arr.subarray : (begin?: number, end?: number) => Uint32Array [all …]
|
D | typedArrays.types | 44 typedArrays[5] = Uint32Array; 45 >typedArrays[5] = Uint32Array : Uint32ArrayConstructor 49 >Uint32Array : Uint32ArrayConstructor 129 typedArrays[5] = new Uint32Array(obj); 130 >typedArrays[5] = new Uint32Array(obj) : Uint32Array 134 >new Uint32Array(obj) : Uint32Array 135 >Uint32Array : Uint32ArrayConstructor 222 typedArrays[5] = new Uint32Array(obj); 223 >typedArrays[5] = new Uint32Array(obj) : Uint32Array 227 >new Uint32Array(obj) : Uint32Array [all …]
|
D | typedArrays-es6.types | 78 const uint32Array = new Uint32Array(1); 79 >uint32Array : Uint32Array 80 >new Uint32Array(1) : Uint32Array 81 >Uint32Array : Uint32ArrayConstructor 87 >uint32Array : Uint32Array
|
D | typedArrays-es5.types | 78 const uint32Array = new Uint32Array(1); 79 >uint32Array : Uint32Array 80 >new Uint32Array(1) : Uint32Array 81 >Uint32Array : Uint32ArrayConstructor 87 >uint32Array : Uint32Array
|
D | indexAt(target=es2021).types | 65 new Uint32Array().at(0); 66 >new Uint32Array().at(0) : any 67 >new Uint32Array().at : any 68 >new Uint32Array() : Uint32Array 69 >Uint32Array : Uint32ArrayConstructor
|
D | indexAt(target=esnext).types | 65 new Uint32Array().at(0); 66 >new Uint32Array().at(0) : number 67 >new Uint32Array().at : (index: number) => number 68 >new Uint32Array() : Uint32Array 69 >Uint32Array : Uint32ArrayConstructor
|
D | indexAt(target=es2022).types | 65 new Uint32Array().at(0); 66 >new Uint32Array().at(0) : number 67 >new Uint32Array().at : (index: number) => number 68 >new Uint32Array() : Uint32Array 69 >Uint32Array : Uint32ArrayConstructor
|
D | typedArraysCrossAssignability01.errors.txt | 13 tests/cases/compiler/typedArraysCrossAssignability01.ts(17,5): error TS2322: Type 'Uint32Array' is … 15 Type '"Uint32Array"' is not assignable to type '"Int8Array"'. 37 tests/cases/compiler/typedArraysCrossAssignability01.ts(27,5): error TS2322: Type 'Uint32Array' is … 39 Type '"Uint32Array"' is not assignable to type '"Uint8Array"'. 61 tests/cases/compiler/typedArraysCrossAssignability01.ts(37,5): error TS2322: Type 'Uint32Array' is … 63 Type '"Uint32Array"' is not assignable to type '"Int16Array"'. 85 tests/cases/compiler/typedArraysCrossAssignability01.ts(47,5): error TS2322: Type 'Uint32Array' is … 87 Type '"Uint32Array"' is not assignable to type '"Uint16Array"'. 109 tests/cases/compiler/typedArraysCrossAssignability01.ts(57,5): error TS2322: Type 'Uint32Array' is … 111 Type '"Uint32Array"' is not assignable to type '"Int32Array"'. [all …]
|
D | valueOfTypedArray.js | 8 const typedArray5: Uint32Array = (new Uint32Array()).valueOf(); 22 const typedArray5 = (new Uint32Array()).valueOf();
|
D | valueOfTypedArray.symbols | 38 const typedArray5: Uint32Array = (new Uint32Array()).valueOf(); 40 >Uint32Array : Symbol(Uint32Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 41 >(new Uint32Array()).valueOf : Symbol(Uint32Array.valueOf, Decl(lib.es5.d.ts, --, --)) 42 >Uint32Array : Symbol(Uint32Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 43 >valueOf : Symbol(Uint32Array.valueOf, Decl(lib.es5.d.ts, --, --))
|
D | typedArraysSubarray.symbols | 143 var arr = new Uint32Array(10); 145 >Uint32Array : Symbol(Uint32Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 148 >arr.subarray : Symbol(Uint32Array.subarray, Decl(lib.es5.d.ts, --, --)) 150 >subarray : Symbol(Uint32Array.subarray, Decl(lib.es5.d.ts, --, --)) 153 >arr.subarray : Symbol(Uint32Array.subarray, Decl(lib.es5.d.ts, --, --)) 155 >subarray : Symbol(Uint32Array.subarray, Decl(lib.es5.d.ts, --, --)) 158 >arr.subarray : Symbol(Uint32Array.subarray, Decl(lib.es5.d.ts, --, --)) 160 >subarray : Symbol(Uint32Array.subarray, Decl(lib.es5.d.ts, --, --))
|
/third_party/typescript/lib/ |
D | lib.es2017.sharedmemory.d.ts | 54 …add(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… 61 …and(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… 68 …rray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, index: number,… 75 …rray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, index: number,… 88 …load(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, ind… 95 …or(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, index… 101 …store(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, in… 108 …sub(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… 132 …xor(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde…
|
D | lib.es5.d.ts | 3538 interface Uint32Array { interface 3578 …every(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): bo… 3597 …er(predicate: (value: number, index: number, array: Uint32Array) => any, thisArg?: any): Uint32Arr… 3608 …find(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): numbe… 3619 …findIndex(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): … 3628 …forEach(callbackfn: (value: number, index: number, array: Uint32Array) => void, thisArg?: any): vo… 3665 …(callbackfn: (value: number, index: number, array: Uint32Array) => number, thisArg?: any): Uint32A… 3677 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number): nu… 3678 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number, ini… 3690 … (previousValue: U, currentValue: number, currentIndex: number, array: Uint32Array) => U, initialV… [all …]
|
/third_party/typescript/src/lib/ |
D | es2017.sharedmemory.d.ts | 34 …add(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… 41 …and(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… 48 …rray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, index: number,… 55 …rray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, index: number,… 68 …load(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, ind… 75 …or(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, index… 81 …store(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, in… 88 …sub(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… 112 …xor(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde…
|
D | es5.d.ts | 3518 interface Uint32Array { interface 3558 …every(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): bo… 3577 …er(predicate: (value: number, index: number, array: Uint32Array) => any, thisArg?: any): Uint32Arr… 3588 …find(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): numbe… 3599 …findIndex(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): … 3608 …forEach(callbackfn: (value: number, index: number, array: Uint32Array) => void, thisArg?: any): vo… 3645 …(callbackfn: (value: number, index: number, array: Uint32Array) => number, thisArg?: any): Uint32A… 3657 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number): nu… 3658 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number, ini… 3670 … (previousValue: U, currentValue: number, currentIndex: number, array: Uint32Array) => U, initialV… [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | typedArrays.ts | 10 typedArrays[5] = Uint32Array; 25 typedArrays[5] = new Uint32Array(obj); 40 typedArrays[5] = new Uint32Array(obj); 55 typedArrays[5] = Uint32Array.from(obj); 70 typedArrays[5] = Uint32Array.from(obj); 85 typedArrays[5] = Uint32Array.of(...obj); 100 typedArrays[5] = Uint32Array.of(1,2,3,4); 115 typedArrays[5] = Uint32Array.from(obj, mapFn); 130 typedArrays[5] = Uint32Array.from(obj, mapFn); 145 typedArrays[5] = Uint32Array.from(obj, mapFn, thisArg); [all …]
|
/third_party/typescript/tests/cases/test262-harness/ |
D | helpers.d.ts | 352 …rray, typeof Int16Array, typeof Uint16Array, typeof Int32Array, typeof Uint32Array, typeof Float32… 353 …bj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, … 354 …rray, typeof Int16Array, typeof Uint16Array, typeof Int32Array, typeof Uint32Array, typeof Uint8Cl… 355 …bj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Uint8ClampedAr… 358 …bj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, … 359 …bj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, … 360 …Fn: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, … 361 …rg: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, … 364 declare function CreateUnSignedTypedArrayInstances(obj: any): [Uint8Array, Uint16Array, Uint32Array…
|
/third_party/typescript/tests/issues_cookbook_tests/pages/cases/attached/ |
D | @arkts.collections.d.ets | 313 class Uint32Array { 323 static from(arrayLike: ArrayLike<number>): Uint32Array; 324 static from<T>(arrayLike: ArrayLike<T>, mapFn: TypedArrayFromMapFn<T, number>): Uint32Array; 325 …static from(arrayLike: Iterable<number>, mapFn?: TypedArrayFromMapFn<number, number>): Uint32Array; 326 copyWithin(target: number, start: number, end?: number): Uint32Array; 327 every(predicate: TypedArrayPredicateFn<number, Uint32Array>): boolean; 328 fill(value: number, start?: number, end?: number): Uint32Array; 329 filter(predicate: TypedArrayPredicateFn<number, Uint32Array>): Uint32Array; 330 find(predicate: TypedArrayPredicateFn<number, Uint32Array>): number | undefined; 331 findIndex(predicate: TypedArrayPredicateFn<number, Uint32Array>): number; [all …]
|
/third_party/node/test/parallel/ |
D | test-assert-typedarray-deepequal.js | 16 [new Uint32Array(1e5), new Uint32Array(1e5)], 26 [new Uint32Array([1, 2, 3, 4]).subarray(1, 3), new Uint32Array([2, 3])], 48 [new Int32Array([-256]), new Uint32Array([0xffffff00])], // ditto
|
/third_party/node/deps/v8/include/ |
D | v8-typed-array.h | 157 class V8_EXPORT Uint32Array : public TypedArray { 159 static Local<Uint32Array> New(Local<ArrayBuffer> array_buffer, 161 static Local<Uint32Array> New(Local<SharedArrayBuffer> shared_array_buffer, 163 V8_INLINE static Uint32Array* Cast(Value* value) { in Cast() 167 return static_cast<Uint32Array*>(value); in Cast() 171 Uint32Array();
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | typedarray-prototype-tolocalestring.js | 18 new Uint32Array([0, 1, 2, 3, 4, 5]), 67 new Uint32Array([]), 84 new Uint32Array([10]),
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
D | v8_mock_archs.js | 57 Uint32Array = mock(Uint32Array); 75 Uint32Array,
|