Home
last modified time | relevance | path

Searched defs:etsElem (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_array.h76 ElemCpptype etsElem = GetElem(etsArr, idx); in WrapImpl() local
167 EtsObject *etsElem = EtsObject::FromCoreType(etsArr->Get<ObjectHeader *>(idx)); in WrapImpl() local
204 EtsObject *etsElem = baseElemConv_->Unwrap(ctx, jsElem); in UnwrapNonUndefined() local
240 auto *etsElem = UnwrapNonUndefined(ctx, jsElem); in UnwrapImpl() local
Dinterop_common.cpp74 for (auto etsElem : etsArray) { in ConvertBigIntArrayFromEtsToJs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp166 EtsObject *etsElem = nullptr; in ConvertVarargsAndCall() local
182 auto *etsElem = EtsObject::FromCoreType(etsArr->Get<ObjectHeader *>(el)); in ConvertVarargsAndCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp6092 EtsObject *etsElem = namesArr->Get(index); in Enum_GetEnumItemByName() local