Home
last modified time | relevance | path

Searched defs:CreateArrayFromList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp343 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &eleme… in CreateArrayFromList() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1857 DEF_CALL_SIGNATURE(CreateArrayFromList) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2098 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList() function in panda::ecmascript::RuntimeStubs