Home
last modified time | relevance | path

Searched refs:NewDictionaryArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h72 … JSHandle<Derived> copyTable(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(copyLength));
83 JSHandle<Derived> newTable(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(length));
97 JSHandle<Derived> table(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(length)); in Create()
Dobject_factory.h371 JSHandle<TaggedArray> NewDictionaryArray(uint32_t length);
Dobject_factory.cpp2434 JSHandle<TaggedArray> dstElements = NewDictionaryArray(length); in NewAndCopyNameDictionary()
2707 JSHandle<TaggedArray> ObjectFactory::NewDictionaryArray(uint32_t length) in NewDictionaryArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp846 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0()