Home
last modified time | relevance | path

Searched defs:dictHandle (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_hash_table_test.cpp60 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
138 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); HWTEST_F_L0() local
201 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); HWTEST_F_L0() local
[all...]
H A Dtagged_dictionary_test.cpp241 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); HWTEST_F_L0() local
273 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h210 void GlobalDictionary::InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, int entry) in InvalidatePropertyBox() argument
219 void GlobalDictionary::InvalidateAndReplaceEntry(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, in InvalidateAndReplaceEntry() argument

Completed in 2 milliseconds