Searched defs:handleDict (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | global_dictionary_test.cpp | 113 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
|
| D | object_operator_test.cpp | 425 …JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); // numberofElements =… in HWTEST_F_L0() local 663 …JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); // numberofElements =… in HWTEST_F_L0() local 770 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/ |
| D | js_module_manager.cpp | 357 JSHandle<NameDictionary> handleDict(thread, resolvedModules_); in HostResolveImportedModuleWithMerge() local
|