Searched refs:CheckValidEqualReferenceType (Results 1 – 2 of 2) sorted by relevance
456 bool ETSChecker::CheckValidEqualReferenceType(checker::Type *const leftType, checker::Type *const r… in CheckValidEqualReferenceType() function in ark::es2panda::checker::ETSChecker509 if (!CheckValidEqualReferenceType(leftType, rightType)) { in CheckBinaryOperatorStrictEqual()579 if (!CheckValidEqualReferenceType(leftType, rightType)) { in CheckBinaryOperatorEqual()
614 … bool CheckValidEqualReferenceType(checker::Type *const leftType, checker::Type *const rightType);