/third_party/typescript/tests/baselines/reference/ |
D | typedArraysCrossAssignability01.types | 5 let arr_Int8Array = new Int8Array(1); 6 >arr_Int8Array : Int8Array 7 >new Int8Array(1) : Int8Array 8 >Int8Array : Int8ArrayConstructor 60 >arr_Int8Array = arr_Int8Array : Int8Array 61 >arr_Int8Array : Int8Array 62 >arr_Int8Array : Int8Array 66 >arr_Int8Array : Int8Array 71 >arr_Int8Array : Int8Array 76 >arr_Int8Array : Int8Array [all …]
|
D | valueOfTypedArray.types | 3 const typedArray0: Int8Array = (new Int8Array()).valueOf(); 4 >typedArray0 : Int8Array 5 >(new Int8Array()).valueOf() : Int8Array 6 >(new Int8Array()).valueOf : () => Int8Array 7 >(new Int8Array()) : Int8Array 8 >new Int8Array() : Int8Array 9 >Int8Array : Int8ArrayConstructor 10 >valueOf : () => Int8Array
|
D | typedArrays.js | 4 typedArrays[0] = Int8Array; 19 typedArrays[0] = new Int8Array(obj); 34 typedArrays[0] = new Int8Array(obj); 49 typedArrays[0] = Int8Array.from(obj); 64 typedArrays[0] = Int8Array.from(obj); 79 typedArrays[0] = Int8Array.of(...obj); 94 typedArrays[0] = Int8Array.of(1,2,3,4); 109 typedArrays[0] = Int8Array.from(obj, mapFn); 124 typedArrays[0] = Int8Array.from(obj, mapFn); 139 typedArrays[0] = Int8Array.from(obj, mapFn, thisArg); [all …]
|
D | typedArraysSubarray.types | 5 var arr = new Int8Array(10); 6 >arr : Int8Array 7 >new Int8Array(10) : Int8Array 8 >Int8Array : Int8ArrayConstructor 12 >arr.subarray() : Int8Array 13 >arr.subarray : (begin?: number, end?: number) => Int8Array 14 >arr : Int8Array 15 >subarray : (begin?: number, end?: number) => Int8Array 18 >arr.subarray(0) : Int8Array 19 >arr.subarray : (begin?: number, end?: number) => Int8Array [all …]
|
D | typedArrays.types | 9 typedArrays[0] = Int8Array; 10 >typedArrays[0] = Int8Array : Int8ArrayConstructor 14 >Int8Array : Int8ArrayConstructor 84 typedArrays[0] = new Int8Array(obj); 85 >typedArrays[0] = new Int8Array(obj) : Int8Array 89 >new Int8Array(obj) : Int8Array 90 >Int8Array : Int8ArrayConstructor 177 typedArrays[0] = new Int8Array(obj); 178 >typedArrays[0] = new Int8Array(obj) : Int8Array 182 >new Int8Array(obj) : Int8Array [all …]
|
D | typedArraysCrossAssignability01.errors.txt | 1 …ossAssignability01.ts(13,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Int8Array'. 3 Type '"Uint8Array"' is not assignable to type '"Int8Array"'. 4 …ossAssignability01.ts(14,5): error TS2322: Type 'Int16Array' is not assignable to type 'Int8Array'. 6 Type '"Int16Array"' is not assignable to type '"Int8Array"'. 7 …ssAssignability01.ts(15,5): error TS2322: Type 'Uint16Array' is not assignable to type 'Int8Array'. 9 Type '"Uint16Array"' is not assignable to type '"Int8Array"'. 10 …ossAssignability01.ts(16,5): error TS2322: Type 'Int32Array' is not assignable to type 'Int8Array'. 12 Type '"Int32Array"' is not assignable to type '"Int8Array"'. 13 …ssAssignability01.ts(17,5): error TS2322: Type 'Uint32Array' is not assignable to type 'Int8Array'. 15 Type '"Uint32Array"' is not assignable to type '"Int8Array"'. [all …]
|
D | valueOfTypedArray.js | 3 const typedArray0: Int8Array = (new Int8Array()).valueOf(); 17 const typedArray0 = (new Int8Array()).valueOf();
|
D | valueOfTypedArray.symbols | 3 const typedArray0: Int8Array = (new Int8Array()).valueOf(); 5 >Int8Array : Symbol(Int8Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2… 6 >(new Int8Array()).valueOf : Symbol(Int8Array.valueOf, Decl(lib.es5.d.ts, --, --)) 7 >Int8Array : Symbol(Int8Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es2… 8 >valueOf : Symbol(Int8Array.valueOf, Decl(lib.es5.d.ts, --, --))
|
D | typedArraysSubarray.symbols | 5 var arr = new Int8Array(10); 7 >Int8Array : Symbol(Int8Array, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 10 >arr.subarray : Symbol(Int8Array.subarray, Decl(lib.es5.d.ts, --, --)) 12 >subarray : Symbol(Int8Array.subarray, Decl(lib.es5.d.ts, --, --)) 15 >arr.subarray : Symbol(Int8Array.subarray, Decl(lib.es5.d.ts, --, --)) 17 >subarray : Symbol(Int8Array.subarray, Decl(lib.es5.d.ts, --, --)) 20 >arr.subarray : Symbol(Int8Array.subarray, Decl(lib.es5.d.ts, --, --)) 22 >subarray : Symbol(Int8Array.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 …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 | 1736 interface Int8Array { interface 1776 …every(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): bool… 1795 …lter(predicate: (value: number, index: number, array: Int8Array) => any, thisArg?: any): Int8Array; 1806 …find(predicate: (value: number, index: number, obj: Int8Array) => boolean, thisArg?: any): number … 1817 …findIndex(predicate: (value: number, index: number, obj: Int8Array) => boolean, thisArg?: any): nu… 1826 …forEach(callbackfn: (value: number, index: number, array: Int8Array) => void, thisArg?: any): void; 1864 …ap(callbackfn: (value: number, index: number, array: Int8Array) => number, thisArg?: any): Int8Arr… 1876 …eviousValue: number, currentValue: number, currentIndex: number, array: Int8Array) => number): num… 1877 …eviousValue: number, currentValue: number, currentIndex: number, array: Int8Array) => number, init… 1889 …: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Array) => U, initialVa… [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 | 1756 interface Int8Array { interface 1796 …every(predicate: (value: number, index: number, array: Int8Array) => unknown, thisArg?: any): bool… 1815 …lter(predicate: (value: number, index: number, array: Int8Array) => any, thisArg?: any): Int8Array; 1826 …find(predicate: (value: number, index: number, obj: Int8Array) => boolean, thisArg?: any): number … 1837 …findIndex(predicate: (value: number, index: number, obj: Int8Array) => boolean, thisArg?: any): nu… 1846 …forEach(callbackfn: (value: number, index: number, array: Int8Array) => void, thisArg?: any): void; 1884 …ap(callbackfn: (value: number, index: number, array: Int8Array) => number, thisArg?: any): Int8Arr… 1896 …eviousValue: number, currentValue: number, currentIndex: number, array: Int8Array) => number): num… 1897 …eviousValue: number, currentValue: number, currentIndex: number, array: Int8Array) => number, init… 1909 …: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Array) => U, initialVa… [all …]
|
/third_party/skia/third_party/externals/brotli/js/ |
D | decode_test.js | 13 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([1, 11, 0, 42, 3])))); 17 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([6])))); 18 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([0x81, 1])))); 22 var input = Int8Array.from([ 32 var input = Int8Array.from([ 43 var input = Int8Array.from([ 71 var input = Int8Array.from([
|
D | polyfill.js | 55 if (!Int8Array.prototype.copyWithin) { 56 Int8Array.prototype.copyWithin = Array.prototype.copyWithin; class 59 if (!Int8Array.prototype.fill) { 60 Int8Array.prototype.fill = Array.prototype.fill;
|
D | decode.min.js | 1 …Int8Array(i),e.m=new Int32Array(i),e.input=t,U(e),e.h=1}function s(e){if(0==e.h)throw"State MUST b…
|
D | decode.js | 12 var DICTIONARY_DATA = new Int8Array(0); 182 s.distExtraBits = new Int8Array(maxDistanceAlphabetLimit); 697 var /** !Int8Array */ newBuffer = new Int8Array(ringBufferSizeWithSlack); 813 s.contextModes = new Int8Array(s.numLiteralBlockTypes); 827 s.contextMap = new Int8Array(s.numLiteralBlockTypes << 6); 836 s.distContextMap = new Int8Array(s.numDistanceBlockTypes << 2); 1245 this.prefixSuffixStorage = new Int8Array(0); 1253 this.prefixSuffixStorage = new Int8Array(prefixSuffixLen); 1602 s.byteBuffer = new Int8Array(4160); 1772 this.ringBuffer = new Int8Array(0); [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | typedArrays.ts | 5 typedArrays[0] = Int8Array; 20 typedArrays[0] = new Int8Array(obj); 35 typedArrays[0] = new Int8Array(obj); 50 typedArrays[0] = Int8Array.from(obj); 65 typedArrays[0] = Int8Array.from(obj); 80 typedArrays[0] = Int8Array.of(...obj); 95 typedArrays[0] = Int8Array.of(1,2,3,4); 110 typedArrays[0] = Int8Array.from(obj, mapFn); 125 typedArrays[0] = Int8Array.from(obj, mapFn); 140 typedArrays[0] = Int8Array.from(obj, mapFn, thisArg); [all …]
|
/third_party/typescript/tests/cases/test262-harness/ |
D | helpers.d.ts | 352 declare function CreateTypedArrayTypes(): [typeof Int8Array, typeof Uint8Array, typeof Int16Array, … 353 declare function CreateTypedArrayInstances(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Arr… 354 declare function CreateIntegerTypedArrayTypes(): [typeof Int8Array, typeof Uint8Array, typeof Int16… 355 declare function CreateIntegerTypedArrays(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Arra… 358 declare function CreateTypedArraysFrom(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, … 359 declare function CreateTypedArraysOf(obj: any): [Int8Array, Uint8Array, Int16Array, Uint16Array, In… 360 declare function CreateTypedArraysFromMapFn(obj: any, mapFn: any): [Int8Array, Uint8Array, Int16Arr… 361 declare function CreateTypedArraysFromThisObj(obj: any, mapFn: any, thisArg: any): [Int8Array, Uint… 363 declare function CreateSignedTypedArrayInstances(obj: any): [Int8Array, Int16Array, Int32Array, Flo…
|
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.01/ |
D | 22.02.01-004.js | 16 var a = new Int8Array(5); 17 var b = new Int8Array(a); 18 assert(a instanceof Int8Array);
|
D | 22.02.01-002.js | 16 var a = new Int8Array(5); 17 assert(a instanceof Int8Array);
|
/third_party/node/test/cctest/ |
D | test_aliased_buffer.cc | 155 TEST_F(AliasBufferTest, Int8Array) { in TEST_F() argument 156 ReadWriteTest<int8_t, v8::Int8Array>(isolate_); in TEST_F() 187 int8_t, v8::Int8Array>(isolate_, 100, 80, 8); in TEST_F() 193 int8_t, v8::Int8Array, in TEST_F() 199 int8_t, v8::Int8Array, in TEST_F() 200 int8_t, v8::Int8Array, in TEST_F() 206 int8_t, v8::Int8Array, in TEST_F() 207 int8_t, v8::Int8Array, in TEST_F()
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | GetIntrinsic.js | 92 '$ %Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array, 93 '$ %Int8ArrayPrototype%': typeof Int8Array === 'undefined' ? undefined : Int8Array.prototype, 95 '$ %Int16ArrayPrototype%': typeof Int16Array === 'undefined' ? undefined : Int8Array.prototype,
|
/third_party/node/test/js-native-api/test_typedarray/ |
D | test.js | 35 assert.ok(externalResult instanceof Int8Array); 43 const arrayTypes = [ Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, 89 assert.ok(externalResult instanceof Int8Array); 95 assert.ok(externalResult instanceof Int8Array);
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | typedarray-prototype-tolocalestring.js | 19 new Int8Array([0, 1, 2, 3, 4, 5]), 70 new Int8Array([]), 87 new Int8Array([10]),
|