Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp310 VMHandle<EtsArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPIGetArrayLength() local
318 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPISetElementObject() local
331 VMHandle<P> arrHandle(coroutine, obj->GetCoreType()); in SetElement() local
334 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in SetElement() local
383 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPIGetElementObject() local
395 VMHandle<P> arrHandle(coroutine, obj->GetCoreType()); in GetElement() local
398 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in GetElement() local
Descompat_RegExp.cpp167 VMHandle<EtsObjectArray> arrHandle(coroutine, etsGroupNames->GetCoreType()); in SetGroupNames() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp966 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CallInternal() local
1024 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in ConstructInternal() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp80 EtsHandle<EtsCharArray> arrHandle(coroutine, arr); in AppendCharArrayToBuffer() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3065 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CreateArrayFromList() local