Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h75 … JSHandle<Derived>(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(copyLength));
88 JSHandle<Derived>(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(length));
105 JSHandle<Derived>(thread->GetEcmaVM()->GetFactory()->NewDictionaryArray(length));
Dobject_factory.h389 JSHandle<TaggedArray> PUBLIC_API NewDictionaryArray(uint32_t length);
Dobject_factory.cpp2918 JSHandle<TaggedArray> ObjectFactory::NewDictionaryArray(uint32_t length) in NewDictionaryArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map281 panda::ecmascript::ObjectFactory::NewDictionaryArray*;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp757 factory->NewDictionaryArray(10); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp961 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0()