Searched refs:Int8Array (Results 1 – 25 of 25) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typedArrays.ts | 26 typedArrays[0] = Int8Array; 27 AssertType(typedArrays[0] = Int8Array, "Int8ArrayConstructor"); 31 AssertType(Int8Array, "Int8ArrayConstructor"); 98 typedArrays[0] = new Int8Array(obj); 99 AssertType(typedArrays[0] = new Int8Array(obj), "Int8Array"); 103 AssertType(new Int8Array(obj), "Int8Array"); 104 AssertType(Int8Array, "Int8ArrayConstructor"); 188 typedArrays[0] = new Int8Array(obj); 189 AssertType(typedArrays[0] = new Int8Array(obj), "Int8Array"); 193 AssertType(new Int8Array(obj), "Int8Array"); [all …]
|
| D | typedArrays-es6.ts | 65 const int8Array = new Int8Array(1); 67 AssertType(new Int8Array(1), "Int8Array"); 68 AssertType(Int8Array, "Int8ArrayConstructor");
|
| D | typedArraysSubarray.ts | 22 let arr = new Int8Array(10); 24 AssertType(new Int8Array(10), "Int8Array"); 25 AssertType(Int8Array, "Int8ArrayConstructor");
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/int8Array/ |
| D | int8Array.ts | 18 let typedArray : Int8Array = new Int8Array([1, 2, 100, -100, 27, 28, 28, 29]);
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 907 declare class Int8Array extends Object { 918 prototype: Int8Array; 920 constructor(length: number): Int8Array; 922 constructor(array: ArrayLike<number> | ArrayBufferLike): Int8Array; 924 constructor(buffer: ArrayBufferLike, byteOffset?: number, length?: number): Int8Array; 926 constructor(elements: Iterable<number>): Int8Array; 928 constructor(): Int8Array; 930 static of(...items: number[]): Int8Array; 932 static from(arrayLike: ArrayLike<number>): Int8Array; 934 …tic from<T>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => number, thisArg?: any): Int8Array; [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/getpropertybyindex/ |
| D | getpropertybyindex.js | 39 let obj = new Int8Array(arr);
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_lazy_callback.h | 28 V(Int8Array) \ 61 static JSTaggedValue Int8Array(JSThread *thread, const JSHandle<JSObject> &obj);
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraywith/ |
| D | typedarraywith.js | 28 Int8Array,
|
| D | expect_output.txt | 18 Int8Array test success !!!
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 27 Int8Array, 208 const a8 = new Int8Array(new ArrayBuffer(0x40004141, {"maxByteLength": 0x40004141}));
|
| D | expect_output.txt | 18 Int8Array test success !!!
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/ |
| D | typedarraytosorted.js | 28 Int8Array,
|
| D | expect_output.txt | 18 Int8Array test success !!!
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayat/ |
| D | expect_output.txt | 18 Int8Array test success !!!
|
| D | typedarrayat.js | 27 Int8Array,
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/ |
| D | expect_output.txt | 18 Int8Array test success !!!
|
| D | typedarrayfindlast.js | 28 Int8Array,
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_helper.h | 47 V(Int8Array) \
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | variable_second.js | 74 var typedarray1 = new Int8Array();
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | typeSystem.ts | 73 Int8Array, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants.h | 242 …V(JSTaggedValue, Int8ArrayString, INT8_ARRAY_STRING_INDEX, Int8Array) …
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 539 HWTEST_F_L0(JSNApiTests, Int8Array) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2015_tests.txt | 5744 built-ins/TypedArrayConstructors/Int8Array/BYTES_PER_ELEMENT.js 5745 built-ins/TypedArrayConstructors/Int8Array/constructor.js 5746 built-ins/TypedArrayConstructors/Int8Array/is-a-constructor.js 5747 built-ins/TypedArrayConstructors/Int8Array/length.js 5748 built-ins/TypedArrayConstructors/Int8Array/name.js 5749 built-ins/TypedArrayConstructors/Int8Array/proto.js 5750 built-ins/TypedArrayConstructors/Int8Array/prototype.js 5751 built-ins/TypedArrayConstructors/Int8Array/prototype/BYTES_PER_ELEMENT.js 5752 built-ins/TypedArrayConstructors/Int8Array/prototype/constructor.js 5753 built-ins/TypedArrayConstructors/Int8Array/prototype/not-typedarray-object.js [all …]
|
| D | CI_tests.txt | 2079 built-ins/TypedArrayConstructors/Int8Array/prototype/BYTES_PER_ELEMENT.js 2080 built-ins/TypedArrayConstructors/Int8Array/prototype.js 2081 built-ins/TypedArrayConstructors/Int8Array/prototype/proto.js
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 18295 return Int8Array; 24948 return Int8Array; 62833 ctor: Int8Array,
|