/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 | 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/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 | 3427 interface Uint32Array { interface 3467 …every(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): bo… 3486 …er(predicate: (value: number, index: number, array: Uint32Array) => any, thisArg?: any): Uint32Arr… 3497 …find(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): numbe… 3508 …findIndex(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): … 3517 …forEach(callbackfn: (value: number, index: number, array: Uint32Array) => void, thisArg?: any): vo… 3554 …(callbackfn: (value: number, index: number, array: Uint32Array) => number, thisArg?: any): Uint32A… 3566 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number): nu… 3567 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number, ini… 3579 … (previousValue: U, currentValue: number, currentIndex: number, array: Uint32Array) => U, initialV… [all …]
|
/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 | 3447 interface Uint32Array { interface 3487 …every(predicate: (value: number, index: number, array: Uint32Array) => unknown, thisArg?: any): bo… 3506 …er(predicate: (value: number, index: number, array: Uint32Array) => any, thisArg?: any): Uint32Arr… 3517 …find(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): numbe… 3528 …findIndex(predicate: (value: number, index: number, obj: Uint32Array) => boolean, thisArg?: any): … 3537 …forEach(callbackfn: (value: number, index: number, array: Uint32Array) => void, thisArg?: any): vo… 3574 …(callbackfn: (value: number, index: number, array: Uint32Array) => number, thisArg?: any): Uint32A… 3586 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number): nu… 3587 …viousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number, ini… 3599 … (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 …]
|
D | valueOfTypedArray.ts | 9 const typedArray5: Uint32Array = (new Uint32Array()).valueOf();
|
/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/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
|
D | test-crypto-pbkdf2.js | 218 crypto.pbkdf2(new Uint32Array(10), 'salt', 8, 8, 'sha256', 220 crypto.pbkdf2('pass', new Uint32Array(10), 8, 8, 'sha256', 235 crypto.pbkdf2Sync(new Uint32Array(10), 'salt', 8, 8, 'sha256'); 236 crypto.pbkdf2Sync('pass', new Uint32Array(10), 8, 8, 'sha256');
|
D | test-buffer-swap.js | 69 const bufData = new Uint32Array(256).fill(0x04030201); 71 const otherBufData = new Uint32Array(256).fill(0x03040102); 78 const bufData = new Uint32Array(256).fill(0x04030201); 80 const otherBufData = new Uint32Array(256).fill(0x01020304);
|
D | test-util-types.js | 37 [ new Uint32Array() ], 126 const uint32Array = new Uint32Array(arrayBuffer); 140 const fakeUint32Array = Object.create(Uint32Array.prototype); 160 Object.setPrototypeOf(new Uint32Array(arrayBuffer), Uint32Array.prototype);
|
D | test-buffer-failed-alloc-typed-arrays.js | 14 const zeroArray = new Uint32Array(10).fill(0); 30 assert.deepStrictEqual(zeroArray, new Uint32Array(10));
|
/third_party/node/deps/npm/node_modules/bcrypt-pbkdf/ |
D | index.js | 90 new Uint32Array([ 155 new Uint32Array([ 220 new Uint32Array([ 285 new Uint32Array([ 351 this.P = new Uint32Array([ 406 var d = new Uint32Array(2), i, k; 430 var d = new Uint32Array(2), i, k; 473 cdata = new Uint32Array(BCRYPT_BLOCKS), i,
|
/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/test/cctest/ |
D | test_aliased_buffer.cc | 167 TEST_F(AliasBufferTest, Uint32Array) { in TEST_F() argument 168 ReadWriteTest<uint32_t, v8::Uint32Array>(isolate_); in TEST_F() 185 uint32_t, v8::Uint32Array, in TEST_F() 217 AliasedBufferBase<uint32_t, v8::Uint32Array> ab{isolate_, size}; in TEST_F() 230 AliasedBufferBase<uint32_t, v8::Uint32Array> ab{isolate_, 2}; in TEST_F() 231 using Reference = AliasedBufferBase<uint32_t, v8::Uint32Array>::Reference; in TEST_F()
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | GetIntrinsic.js | 152 '$ %Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array, 153 '$ %Uint32ArrayPrototype%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array.prototype,
|