Home
last modified time | relevance | path

Searched defs:handleDict (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp113 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0() local
139 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
159 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
185 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
223 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
264 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
323 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
Dobject_operator_test.cpp426 …JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); // numberofElements =… in HWTEST_F_L0() local
664 …JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); // numberofElements =… in HWTEST_F_L0() local
771 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0() local
994 JSHandle<NumberDictionary> handleDict = NumberDictionary::Create(thread, 4); in HWTEST_F_L0() local
1020 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp396 JSHandle<NameDictionary> handleDict(thread, resolvedModules_); in HostResolveImportedModuleWithMerge() local