Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp404 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &eleme… in CreateArrayFromList() function in panda::ecmascript::JSArray
426 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<JSTaggedValue> &new… in CreateArrayFromList() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp355 JSHandle<JSSharedArray> JSSharedArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedA… in CreateArrayFromList() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2668 DEF_CALL_SIGNATURE(CreateArrayFromList) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp149 GateRef BuiltinsObjectStubBuilder::CreateArrayFromList(GateRef glue, GateRef elements) in CreateArrayFromList() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3086 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList() function in panda::ecmascript::RuntimeStubs