Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp356 JSHandle<JSSharedArray> JSSharedArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &elements) in CreateArrayFromList() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp405 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &elements) in CreateArrayFromList() function in panda::ecmascript::JSArray
427 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<JSTaggedValue> &newtarget, in CreateArrayFromList() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp149 GateRef BuiltinsObjectStubBuilder::CreateArrayFromList(GateRef glue, GateRef elements) in CreateArrayFromList() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3107 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList() function in panda::ecmascript::RuntimeStubs

Completed in 15 milliseconds