Searched defs:int8Array (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/pgo_builtins/ |
| D | pgo_builtins.js | 52 let int8Array = new Int8Array(1); variable
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/ |
| D | typedarrayreverse.js | 29 let int8Array = new Int8Array([10, -128, 0, 100, -50]); variable
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraysort/ |
| D | typedarraysort.js | 67 let int8Array = new Int8Array([10, -128, 0, 100, -50]); variable
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 118 …JSHandle<JSTaggedValue> int8Array(thread, TypedArrayHelper::TypedArrayConstructor(argv, constructo… in HWTEST_F_L0() local 240 JSHandle<JSTypedArray> int8Array(int8ArrayVal); in HWTEST_F_L0() local 294 JSHandle<JSTypedArray> int8Array(int8ArrayVal); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_json_test.cpp | 493 …JSHandle<JSTaggedValue> int8Array(thread, BuiltinsTypedArray::Int8ArrayConstructor(ecmaRuntimeCall… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 1533 let int8Array = new Int8Array([2354.44, -128, -128.4, 12, -3212.84, 127]); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1412 JSHandle<JSTaggedValue> int8Array( in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | inter_op_serializer_test.cpp | 2271 JSHandle<JSTypedArray> int8Array = in HWTEST_F_L0() local 2302 JSHandle<JSTypedArray> int8Array = in HWTEST_F_L0() local
|
| D | serializer_test.cpp | 2400 JSHandle<JSTypedArray> int8Array = in HWTEST_F_L0() local 2431 JSHandle<JSTypedArray> int8Array = in HWTEST_F_L0() local
|