Searched refs:ContainsDot (Results 1 – 6 of 6) sorted by relevance
242 if (right->raw_value()->ContainsDot() && in VisitExpressionAnnotation()249 if (!right->raw_value()->ContainsDot() && in VisitExpressionAnnotation()587 if (expr->raw_value()->ContainsDot()) { in VisitLiteral()737 if (right == NULL || right->raw_value()->ContainsDot()) { in VisitHeapAccess()760 if (right == NULL || right->raw_value()->ContainsDot()) { in VisitHeapAccess()
146 bool ContainsDot() const { return type_ == NUMBER_WITH_DOT; } in ContainsDot() function
384 bool ContainsDot();
1468 bool Scanner::ContainsDot() { in ContainsDot() function in v8::internal::Scanner
393 bool x_has_dot = (*x)->AsLiteral()->raw_value()->ContainsDot(); in ShortcutNumericLiteralBinaryExpression()394 bool y_has_dot = y->AsLiteral()->raw_value()->ContainsDot(); in ShortcutNumericLiteralBinaryExpression()462 bool has_dot = literal->ContainsDot(); in BuildUnaryExpression()667 bool has_dot = scanner->ContainsDot(); in ExpressionFromLiteral()
1137 CHECK(with_dot == val->ContainsDot()); in CheckParsesToNumber()1144 CHECK(with_dot == val->ContainsDot()); in CheckParsesToNumber()