Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h154 …V(JSTaggedValue, EmptyMutantArray, EMPTY_MUTANT_ARRAY_OBJECT_INDEX, ecma_roots_special) …
Dobject_factory.h415 JSHandle<MutantTaggedArray> EmptyMutantArray() const;
Dobject_factory.cpp2567 return EmptyMutantArray(); in NewMutantTaggedArrayWithoutInit()
2976 JSHandle<MutantTaggedArray> ObjectFactory::EmptyMutantArray() const in EmptyMutantArray() function in panda::ecmascript::ObjectFactory