Searched defs:CreateArrayFromList (Results 1 – 5 of 5) sorted by relevance
404 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &eleme… in CreateArrayFromList() function in panda::ecmascript::JSArray426 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<JSTaggedValue> &new… in CreateArrayFromList() function in panda::ecmascript::JSArray
355 JSHandle<JSSharedArray> JSSharedArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedA… in CreateArrayFromList() function in panda::ecmascript::JSSharedArray
2668 DEF_CALL_SIGNATURE(CreateArrayFromList) in DEF_CALL_SIGNATURE() argument
149 GateRef BuiltinsObjectStubBuilder::CreateArrayFromList(GateRef glue, GateRef elements) in CreateArrayFromList() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
3086 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList() function in panda::ecmascript::RuntimeStubs