Lines Matching refs:Object
43 isArgumentMemberExpression ? argument->AsMemberExpression()->Object()->TsType() : nullptr;
142 argumentClone->Object()->SetTsType(memberExpr->Object()->TsType());
143 if (argumentClone->Object()->IsIdentifier()) {
144 argumentClone->Object()->AsIdentifier()->SetVariable(memberExpr->Object()->AsIdentifier()->Variable());
191 // Set tuple type to Object (because we'll need implicit boxing)
222 // type is stored as the LUB type in the tuple (which can be Object), then the following conversions need to be done
223 // for this case: Short->short->int->Int->Object which can't be made implicitly, hence lowering is needed
227 auto *const leftObjectType = left->AsMemberExpression()->Object()->TsType();