Home
last modified time | relevance | path

Searched refs:AsSmiLiteral (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.cc853 *literal = right->AsLiteral()->AsSmiLiteral(); in MatchSmiLiteralOperation()
Dprettyprinter.cc678 Print("%d", Smi::ToInt(literal->AsSmiLiteral())); in PrintLiteral()
Dast.h953 Smi AsSmiLiteral() const { in AsSmiLiteral() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1824 return expr->AsLiteral()->AsSmiLiteral().value(); in ReduceToSmiSwitchCaseValue()
2990 builder()->LoadLiteral(expr->AsSmiLiteral()); in VisitLiteral()
4634 binop->op(), expr->value()->AsLiteral()->AsSmiLiteral(), in VisitCompoundAssignment()
6247 expr->op(), expr->subsequent(i)->AsLiteral()->AsSmiLiteral(), in VisitNaryArithmeticExpression()