Home
last modified time | relevance | path

Searched defs:otherObj (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DobjectType.cpp50 bool ObjectType::FindPropertyAndCheckIdentical(TypeRelation *relation, ObjectType *otherObj) in FindPropertyAndCheckIdentical()
79 ObjectType *otherObj = other->AsObjectType(); in Identical() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp51 bool ObjectType::IsPropertiesIdentical(TypeRelation *relation, ObjectType *otherObj) in IsPropertiesIdentical()
93 ObjectType *otherObj = other->AsObjectType(); in Identical() local