Searched defs:handleDict (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | global_dictionary_test.cpp | 86 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0() local 112 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local 132 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local 158 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local 196 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local 237 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local 296 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements); in HWTEST_F_L0() local
|
| D | object_operator_third_test.cpp | 95 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0() local 324 JSHandle<NumberDictionary> handleDict = NumberDictionary::Create(thread, 4); in HWTEST_F_L0() local 350 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); in HWTEST_F_L0() local
|
| D | object_operator_second_test.cpp | 210 …JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); // numberofElements =… in HWTEST_F_L0() local
|
| D | object_operator_first_test.cpp | 395 …JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, 4); // numberofElements =… in HWTEST_F_L0() local
|