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 | 426 …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/ |
D | js_module_manager.cpp | 396 JSHandle<NameDictionary> handleDict(thread, resolvedModules_); in HostResolveImportedModuleWithMerge() local
|