Home
last modified time | relevance | path

Searched defs:internalArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_map_test.cpp81 JSHandle<TaggedArray> internalArray(factory->NewTaggedArray(2)); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp132 JSHandle<TaggedArray> internalArray(factory->NewTaggedArray(2)); in HWTEST_F_L0() local
Dbuiltins_shared_map_test.cpp90 JSHandle<TaggedArray> internalArray(factory->NewTaggedArray(2)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/
Dtuplevalue_getitem_ref_test.cpp136 auto internalArray = reinterpret_cast<ani_array_double>(result); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp403 EtsArray *internalArray = s.ToInternalType(array); in GetPrimitiveTypeArrayRegion() local
426 EtsArray *internalArray = s.ToInternalType(array); in SetPrimitiveTypeArrayRegion() local
2073 EtsArray *internalArray = s.ToInternalType(array); in GetArrayLength() local
2109 EtsObjectArray *internalArray = s.ToInternalType(array); in GetObjectArrayElement() local
2126 EtsObjectArray *internalArray = s.ToInternalType(array); in SetObjectArrayElement() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1179 EtsArray *internalArray = EtsArray::FromEtsObject(objArray); in GetPrimitiveTypeArrayRegion() local
1209 EtsArray *internalArray = EtsArray::FromEtsObject(objArray); in SetPrimitiveTypeArrayRegion() local
1361 auto *internalArray = EtsArrayObject<EtsObject>::Create(length); in Array_New_Ref() local
1390 EtsObjectArray *internalArray = EtsObjectArray::FromEtsObject(objArray); in Array_Set_Ref() local
1424 EtsObjectArray *internalArray = EtsObjectArray::FromEtsObject(objArray); in Array_Get_Ref() local
6378 …EtsObjectArray *internalArray = EtsObjectArray::Create(internalClass, static_cast<uint32_t>(length… in FixedArray_New_Ref() local