Home
last modified time | relevance | path

Searched defs:etsArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.cpp64 SmallVector<uint64_t, 4U> ConvertBigIntArrayFromEtsToJs(const std::vector<uint32_t> &etsArray) in ConvertBigIntArrayFromEtsToJs()
104 std::vector<EtsInt> etsArray(etsArraySize, 0); in ConvertBigIntArrayFromJsToEts() local
Djs_convert.h193 std::vector<uint32_t> etsArray; in JSCONVERT_WRAP() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/array/ets_to_ts/
Dtest_ts_array.ts18 const etsArray = etsVm.getClass('Lets_array/ETSGLOBAL;').arr; constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp466 EtsObjectArray *etsArray = EtsObjectArray::Create(arrayKlass, args.size()); in CreateArgumentsArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1238 auto etsArray = reinterpret_cast<EtsArray *>(objArray); in Array_GetLength() local