Searched refs:IsSmiLiteral (Results 1 – 3 of 3) sorted by relevance
93 bool Expression::IsSmiLiteral() const { in IsSmiLiteral() function in v8::internal::Expression752 if (right->IsSmiLiteral()) { in MatchSmiLiteralOperation()
226 bool IsSmiLiteral() const;
2955 if (expr->value()->IsSmiLiteral()) { in VisitAssignment()4212 if (expr->subsequent(i)->IsSmiLiteral()) { in VisitNaryArithmeticExpression()