Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h70 … JSHandle<Derived> copyTable(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(copyLength));
81 JSHandle<Derived> newTable(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(length));
95 JSHandle<Derived> table(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(length)); in Create()
Dobject_factory.h349 JSHandle<TaggedArray> NewDictionaryArray(uint32_t length);
Dobject_factory.cpp2325 JSHandle<TaggedArray> ObjectFactory::NewDictionaryArray(uint32_t length) in NewDictionaryArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp807 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0()