Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypedArrays.ts40 typedArrays[2] = Int16Array;
41 AssertType(typedArrays[2] = Int16Array, "Int16ArrayConstructor");
45 AssertType(Int16Array, "Int16ArrayConstructor");
116 typedArrays[2] = new Int16Array(obj);
117 AssertType(typedArrays[2] = new Int16Array(obj), "Int16Array");
121 AssertType(new Int16Array(obj), "Int16Array");
122 AssertType(Int16Array, "Int16ArrayConstructor");
206 typedArrays[2] = new Int16Array(obj);
207 AssertType(typedArrays[2] = new Int16Array(obj), "Int16Array");
211 AssertType(new Int16Array(obj), "Int16Array");
[all …]
DtypedArrays-es6.ts43 const int16Array = new Int16Array(1);
45 AssertType(new Int16Array(1), "Int16Array");
46 AssertType(Int16Array, "Int16ArrayConstructor");
DtypedArraysSubarray.ts91 let arr = new Int16Array(10);
93 AssertType(new Int16Array(10), "Int16Array");
94 AssertType(Int16Array, "Int16ArrayConstructor");
/arkcompiler/ets_runtime/test/aottest/aot_type_test/int16Array/
Dint16Array.ts18 let typedArray : Int16Array = new Int16Array([1, 2, 32760, -32760, 7, 8, 8, 9]);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts1171 declare class Int16Array extends Object {
1182 prototype: Int16Array;
1184 constructor(length: number): Int16Array;
1186 constructor(array: ArrayLike<number> | ArrayBufferLike): Int16Array;
1188 constructor(buffer: ArrayBufferLike, byteOffset?: number, length?: number): Int16Array;
1190 constructor(elements: Iterable<number>): Int16Array;
1192 constructor(): Int16Array;
1194 static of(...items: number[]): Int16Array;
1196 static from(arrayLike: ArrayLike<number>): Int16Array;
1198 …ic from<T>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => number, thisArg?: any): Int16Array;
[all …]
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js26 Int16Array,
192 Int16Array.apply(null, a6);
231 Atomics.or(v22, Int16Array, false);
Dexpect_output.txt17 Int16Array test success !!!
/arkcompiler/ets_runtime/test/moduletest/getpropertybyindex/
Dgetpropertybyindex.js22 const v2 = new Int16Array(11);
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.h31 V(Int16Array) \
64 static JSTaggedValue Int16Array(JSThread *thread, const JSHandle<JSObject> &obj);
/arkcompiler/ets_runtime/test/moduletest/typedarraywith/
Dtypedarraywith.js27 Int16Array,
Dexpect_output.txt17 Int16Array test success !!!
/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js94 var view = new Int16Array(3);
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
Dtypedarraytosorted.js27 Int16Array,
Dexpect_output.txt17 Int16Array test success !!!
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dexpect_output.txt17 Int16Array test success !!!
Dtypedarrayat.js26 Int16Array,
/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/
Dexpect_output.txt17 Int16Array test success !!!
Dtypedarrayfindlast.js27 Int16Array,
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h50 V(Int16Array) \
/arkcompiler/toolchain/tooling/test/testcases/js/
Dvariable_second.js76 var typedarray3 = new Int16Array();
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts76 Int16Array, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h245 …V(JSTaggedValue, Int16ArrayString, INT16_ARRAY_STRING_INDEX, Int16Array) …
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp587 HWTEST_F_L0(JSNApiTests, Int16Array) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt5722 built-ins/TypedArrayConstructors/Int16Array/BYTES_PER_ELEMENT.js
5723 built-ins/TypedArrayConstructors/Int16Array/constructor.js
5724 built-ins/TypedArrayConstructors/Int16Array/is-a-constructor.js
5725 built-ins/TypedArrayConstructors/Int16Array/length.js
5726 built-ins/TypedArrayConstructors/Int16Array/name.js
5727 built-ins/TypedArrayConstructors/Int16Array/proto.js
5728 built-ins/TypedArrayConstructors/Int16Array/prototype.js
5729 built-ins/TypedArrayConstructors/Int16Array/prototype/BYTES_PER_ELEMENT.js
5730 built-ins/TypedArrayConstructors/Int16Array/prototype/constructor.js
5731 built-ins/TypedArrayConstructors/Int16Array/prototype/not-typedarray-object.js
[all …]
DCI_tests.txt2074 built-ins/TypedArrayConstructors/Int16Array/constructor.js
2075 built-ins/TypedArrayConstructors/Int16Array/prototype.js
2076 built-ins/TypedArrayConstructors/Int16Array/prototype/proto.js

12