Home
last modified time | relevance | path

Searched refs:Int8Array (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypedArrays.ts26 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 …]
DtypedArrays-es6.ts65 const int8Array = new Int8Array(1);
67 AssertType(new Int8Array(1), "Int8Array");
68 AssertType(Int8Array, "Int8ArrayConstructor");
DtypedArraysSubarray.ts22 let arr = new Int8Array(10);
24 AssertType(new Int8Array(10), "Int8Array");
25 AssertType(Int8Array, "Int8ArrayConstructor");
/arkcompiler/ets_runtime/test/aottest/aot_type_test/int8Array/
Dint8Array.ts18 let typedArray : Int8Array = new Int8Array([1, 2, 100, -100, 27, 28, 28, 29]);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts907 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/
Dgetpropertybyindex.js39 let obj = new Int8Array(arr);
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.h28 V(Int8Array) \
61 static JSTaggedValue Int8Array(JSThread *thread, const JSHandle<JSObject> &obj);
/arkcompiler/ets_runtime/test/moduletest/typedarraywith/
Dtypedarraywith.js28 Int8Array,
Dexpect_output.txt18 Int8Array test success !!!
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js27 Int8Array,
208 const a8 = new Int8Array(new ArrayBuffer(0x40004141, {"maxByteLength": 0x40004141}));
Dexpect_output.txt18 Int8Array test success !!!
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
Dtypedarraytosorted.js28 Int8Array,
Dexpect_output.txt18 Int8Array test success !!!
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dexpect_output.txt18 Int8Array test success !!!
Dtypedarrayat.js27 Int8Array,
/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/
Dexpect_output.txt18 Int8Array test success !!!
Dtypedarrayfindlast.js28 Int8Array,
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h47 V(Int8Array) \
/arkcompiler/toolchain/tooling/test/testcases/js/
Dvariable_second.js74 var typedarray1 = new Int8Array();
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts73 Int8Array, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h242 …V(JSTaggedValue, Int8ArrayString, INT8_ARRAY_STRING_INDEX, Int8Array) …
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp539 HWTEST_F_L0(JSNApiTests, Int8Array) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt5744 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 …]
DCI_tests.txt2079 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/
Dcocos_worker_test.js18295 return Int8Array;
24948 return Int8Array;
62833 ctor: Int8Array,