Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp64 auto resultDict = NumberDictionary::Cast(handleObject->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
106 auto resultDict = GlobalDictionary::Cast(handleGlobalObject->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
134 auto resultDict = NameDictionary::Cast(handleObject->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
176 auto resultDict = NumberDictionary::Cast(handleObject->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
210 auto resultDict = NumberDictionary::Cast(handleObject2->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
327 auto resultDict = NumberDictionary::Cast(handleGlobalObject->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
354 auto resultDict = GlobalDictionary::Cast(handleGlobalObject->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
412 auto resultDict = NameDictionary::Cast(resultObj2->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
Dobject_operator_second_test.cpp183 auto *resultDict = NumberDictionary::Cast(handleObject->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
221 … auto *resultDict = GlobalDictionary::Cast(handleGlobalObject->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
259 auto *resultDict = NumberDictionary::Cast(resultElements2); in HWTEST_F_L0() local
Djs_hclass_test.cpp164 auto resultDict = NameDictionary::Cast(jsObject->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local