Home
last modified time | relevance | path

Searched refs:NewEmptyArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h698 JSHandle<TaggedArray> NewEmptyArray(); // only used for EcmaVM.
Dglobal_env_constants.cpp294 SetConstant(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX, factory->NewEmptyArray()); in InitGlobalConstantSpecial()
Dobject_factory.cpp2138 JSHandle<TaggedArray> ObjectFactory::NewEmptyArray() in NewEmptyArray() function in panda::ecmascript::ObjectFactory