/third_party/typescript/tests/baselines/reference/ |
D | typedArraysCrossAssignability01.types | 23 let arr_Uint16Array = new Uint16Array(1); 24 >arr_Uint16Array : Uint16Array 25 >new Uint16Array(1) : Uint16Array 26 >Uint16Array : Uint16ArrayConstructor 75 >arr_Int8Array = arr_Uint16Array : Uint16Array 77 >arr_Uint16Array : Uint16Array 120 >arr_Uint8Array = arr_Uint16Array : Uint16Array 122 >arr_Uint16Array : Uint16Array 165 >arr_Int16Array = arr_Uint16Array : Uint16Array 167 >arr_Uint16Array : Uint16Array [all …]
|
D | valueOfTypedArray.types | 30 const typedArray3: Uint16Array = (new Uint16Array()).valueOf(); 31 >typedArray3 : Uint16Array 32 >(new Uint16Array()).valueOf() : Uint16Array 33 >(new Uint16Array()).valueOf : () => Uint16Array 34 >(new Uint16Array()) : Uint16Array 35 >new Uint16Array() : Uint16Array 36 >Uint16Array : Uint16ArrayConstructor 37 >valueOf : () => Uint16Array
|
D | typedArrays.js | 7 typedArrays[3] = Uint16Array; 22 typedArrays[3] = new Uint16Array(obj); 37 typedArrays[3] = new Uint16Array(obj); 52 typedArrays[3] = Uint16Array.from(obj); 67 typedArrays[3] = Uint16Array.from(obj); 82 typedArrays[3] = Uint16Array.of(...obj); 97 typedArrays[3] = Uint16Array.of(1,2,3,4); 112 typedArrays[3] = Uint16Array.from(obj, mapFn); 127 typedArrays[3] = Uint16Array.from(obj, mapFn); 142 typedArrays[3] = Uint16Array.from(obj, mapFn, thisArg); [all …]
|
D | typedArraysSubarray.types | 129 var arr = new Uint16Array(10); 130 >arr : Uint16Array 131 >new Uint16Array(10) : Uint16Array 132 >Uint16Array : Uint16ArrayConstructor 136 >arr.subarray() : Uint16Array 137 >arr.subarray : (begin?: number, end?: number) => Uint16Array 138 >arr : Uint16Array 139 >subarray : (begin?: number, end?: number) => Uint16Array 142 >arr.subarray(0) : Uint16Array 143 >arr.subarray : (begin?: number, end?: number) => Uint16Array [all …]
|
D | typedArrays.types | 30 typedArrays[3] = Uint16Array; 31 >typedArrays[3] = Uint16Array : Uint16ArrayConstructor 35 >Uint16Array : Uint16ArrayConstructor 111 typedArrays[3] = new Uint16Array(obj); 112 >typedArrays[3] = new Uint16Array(obj) : Uint16Array 116 >new Uint16Array(obj) : Uint16Array 117 >Uint16Array : Uint16ArrayConstructor 204 typedArrays[3] = new Uint16Array(obj); 205 >typedArrays[3] = new Uint16Array(obj) : Uint16Array 209 >new Uint16Array(obj) : Uint16Array [all …]
|
D | typedArraysCrossAssignability01.errors.txt | 7 tests/cases/compiler/typedArraysCrossAssignability01.ts(15,5): error TS2322: Type 'Uint16Array' is … 9 Type '"Uint16Array"' is not assignable to type '"Int8Array"'. 31 tests/cases/compiler/typedArraysCrossAssignability01.ts(25,5): error TS2322: Type 'Uint16Array' is … 33 Type '"Uint16Array"' is not assignable to type '"Uint8Array"'. 55 tests/cases/compiler/typedArraysCrossAssignability01.ts(35,5): error TS2322: Type 'Uint16Array' is … 57 Type '"Uint16Array"' is not assignable to type '"Int16Array"'. 73 …ssAssignability01.ts(42,5): error TS2322: Type 'Int8Array' is not assignable to type 'Uint16Array'. 75 Type '"Int8Array"' is not assignable to type '"Uint16Array"'. 76 …sAssignability01.ts(43,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Uint16Array'. 78 Type '"Uint8Array"' is not assignable to type '"Uint16Array"'. [all …]
|
D | valueOfTypedArray.js | 6 const typedArray3: Uint16Array = (new Uint16Array()).valueOf(); 20 const typedArray3 = (new Uint16Array()).valueOf();
|
D | valueOfTypedArray.symbols | 24 const typedArray3: Uint16Array = (new Uint16Array()).valueOf(); 26 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 27 >(new Uint16Array()).valueOf : Symbol(Uint16Array.valueOf, Decl(lib.es5.d.ts, --, --)) 28 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 29 >valueOf : Symbol(Uint16Array.valueOf, Decl(lib.es5.d.ts, --, --))
|
D | typedArraysSubarray.symbols | 97 var arr = new Uint16Array(10); 99 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 102 >arr.subarray : Symbol(Uint16Array.subarray, Decl(lib.es5.d.ts, --, --)) 104 >subarray : Symbol(Uint16Array.subarray, Decl(lib.es5.d.ts, --, --)) 107 >arr.subarray : Symbol(Uint16Array.subarray, Decl(lib.es5.d.ts, --, --)) 109 >subarray : Symbol(Uint16Array.subarray, Decl(lib.es5.d.ts, --, --)) 112 >arr.subarray : Symbol(Uint16Array.subarray, Decl(lib.es5.d.ts, --, --)) 114 >subarray : Symbol(Uint16Array.subarray, Decl(lib.es5.d.ts, --, --))
|
D | typedArrays.symbols | 20 typedArrays[3] = Uint16Array; 22 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 70 typedArrays[3] = new Uint16Array(obj); 72 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 126 typedArrays[3] = new Uint16Array(obj); 128 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 188 typedArrays[3] = Uint16Array.from(obj); 190 >Uint16Array.from : Symbol(Uint16ArrayConstructor.from, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.… 191 >Uint16Array : Symbol(Uint16Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib… 263 typedArrays[3] = Uint16Array.from(obj); [all …]
|
/third_party/node/test/parallel/ |
D | test-assert-typedarray-deepequal.js | 15 [new Uint16Array(1e5), new Uint16Array(1e5)], 25 [new Uint16Array([1, 2, 3, 4]).subarray(1), new Uint16Array([2, 3, 4])], 38 [new Int16Array(256), new Uint16Array(256)], 39 [new Int16Array([256]), new Uint16Array([256])], 44 [new Uint16Array([2]), new Uint16Array([3])], 45 [new Uint16Array([0]), new Uint16Array([256])], 46 [new Int16Array([0]), new Uint16Array([256])], 47 [new Int16Array([-256]), new Uint16Array([0xff00])], // same bits
|
D | test-crypto-pbkdf2.js | 214 crypto.pbkdf2(new Uint16Array(10), 'salt', 8, 8, 'sha256', 216 crypto.pbkdf2('pass', new Uint16Array(10), 8, 8, 'sha256', 233 crypto.pbkdf2Sync(new Uint16Array(10), 'salt', 8, 8, 'sha256'); 234 crypto.pbkdf2Sync('pass', new Uint16Array(10), 8, 8, 'sha256');
|
D | test-util-types.js | 36 [ new Uint16Array() ], 125 const uint16Array = new Uint16Array(arrayBuffer); 139 const fakeUint16Array = Object.create(Uint16Array.prototype); 158 Object.setPrototypeOf(new Uint16Array(arrayBuffer), Uint16Array.prototype);
|
D | test-buffer-sharedarraybuffer.js | 7 const arr1 = new Uint16Array(sab); 8 const arr2 = new Uint16Array(12);
|
/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 …compareExchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint3… 55 …exchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array,… 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 | 2863 interface Uint16Array { interface 2903 …every(predicate: (value: number, index: number, array: Uint16Array) => unknown, thisArg?: any): bo… 2922 …er(predicate: (value: number, index: number, array: Uint16Array) => any, thisArg?: any): Uint16Arr… 2933 …find(predicate: (value: number, index: number, obj: Uint16Array) => boolean, thisArg?: any): numbe… 2944 …findIndex(predicate: (value: number, index: number, obj: Uint16Array) => boolean, thisArg?: any): … 2953 …forEach(callbackfn: (value: number, index: number, array: Uint16Array) => void, thisArg?: any): vo… 2991 …(callbackfn: (value: number, index: number, array: Uint16Array) => number, thisArg?: any): Uint16A… 3003 …viousValue: number, currentValue: number, currentIndex: number, array: Uint16Array) => number): nu… 3004 …viousValue: number, currentValue: number, currentIndex: number, array: Uint16Array) => number, ini… 3016 … (previousValue: U, currentValue: number, currentIndex: number, array: Uint16Array) => 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 …compareExchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint3… 75 …exchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array,… 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 | 2883 interface Uint16Array { interface 2923 …every(predicate: (value: number, index: number, array: Uint16Array) => unknown, thisArg?: any): bo… 2942 …er(predicate: (value: number, index: number, array: Uint16Array) => any, thisArg?: any): Uint16Arr… 2953 …find(predicate: (value: number, index: number, obj: Uint16Array) => boolean, thisArg?: any): numbe… 2964 …findIndex(predicate: (value: number, index: number, obj: Uint16Array) => boolean, thisArg?: any): … 2973 …forEach(callbackfn: (value: number, index: number, array: Uint16Array) => void, thisArg?: any): vo… 3011 …(callbackfn: (value: number, index: number, array: Uint16Array) => number, thisArg?: any): Uint16A… 3023 …viousValue: number, currentValue: number, currentIndex: number, array: Uint16Array) => number): nu… 3024 …viousValue: number, currentValue: number, currentIndex: number, array: Uint16Array) => number, ini… 3036 … (previousValue: U, currentValue: number, currentIndex: number, array: Uint16Array) => U, initialV… [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | typedArrays.ts | 8 typedArrays[3] = Uint16Array; 23 typedArrays[3] = new Uint16Array(obj); 38 typedArrays[3] = new Uint16Array(obj); 53 typedArrays[3] = Uint16Array.from(obj); 68 typedArrays[3] = Uint16Array.from(obj); 83 typedArrays[3] = Uint16Array.of(...obj); 98 typedArrays[3] = Uint16Array.of(1,2,3,4); 113 typedArrays[3] = Uint16Array.from(obj, mapFn); 128 typedArrays[3] = Uint16Array.from(obj, mapFn); 143 typedArrays[3] = Uint16Array.from(obj, mapFn, thisArg); [all …]
|
D | valueOfTypedArray.ts | 7 const typedArray3: Uint16Array = (new Uint16Array()).valueOf();
|
/third_party/typescript/tests/cases/test262-harness/ |
D | helpers.d.ts | 352 …pes(): [typeof Int8Array, typeof Uint8Array, typeof Int16Array, typeof Uint16Array, typeof Int32Ar… 353 …eateTypedArrayInstances(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Ui… 354 …pes(): [typeof Int8Array, typeof Uint8Array, typeof Int16Array, typeof Uint16Array, typeof Int32Ar… 355 …reateIntegerTypedArrays(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Ui… 358 declare function CreateTypedArraysFrom(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, … 359 declare function CreateTypedArraysOf(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, In… 360 …ysFromMapFn(obj: any, mapFn: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Ui… 361 …j: any, mapFn: any, thisArg: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Ui… 364 declare function CreateUnSignedTypedArrayInstances(obj: any): [Uint8Array, Uint16Array, Uint32Array…
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | typedarray-prototype-tolocalestring.js | 17 new Uint16Array([0, 1, 2, 3, 4, 5]), 66 new Uint16Array([]), 83 new Uint16Array([10]),
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | GetIntrinsic.js | 150 '$ %Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array, 151 '$ %Uint16ArrayPrototype%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array.prototype,
|
/third_party/node/test/common/ |
D | dns.js | 196 buffers.push(new Uint16Array([ 208 buffers.push(new Uint16Array([ 221 buffers.push(new Uint16Array([ 227 const rdLengthBuf = new Uint16Array(1); 250 buffers.push(new Uint16Array([rr.priority]));
|
/third_party/skia/modules/canvaskit/ |
D | font.js | 59 var glyphs = new Uint16Array(CanvasKit.HEAPU8.buffer, glyphPtr, actualIDs); 65 var rv = Uint16Array.from(glyphs); 166 var glyphs = new Uint16Array(CanvasKit.HEAPU8.buffer, glyphPtr, actualIDs); 172 var rv = Uint16Array.from(glyphs); 313 return CanvasKit.Malloc(Uint16Array, numGlyphIDs);
|