Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp362 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &eleme… in CreateArrayFromList() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp148 GateRef BuiltinsObjectStubBuilder::CreateArrayFromList(GateRef glue, GateRef elements) in CreateArrayFromList() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2191 DEF_CALL_SIGNATURE(CreateArrayFromList) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2738 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList() function in panda::ecmascript::RuntimeStubs