Lines Matching full:karithmeticoperators
480 static const Token::Value kArithmeticOperators[] = {
573 for (size_t o = 0; o < arraysize(kArithmeticOperators); o++) {
587 .BinaryOperation(kArithmeticOperators[o], reg, Strength::WEAK)
595 factory->NewNumber(BinaryOpC(kArithmeticOperators[o], lhs, rhs));
609 for (size_t o = 0; o < arraysize(kArithmeticOperators); o++) {
623 .BinaryOperation(kArithmeticOperators[o], reg, Strength::WEAK)
631 factory->NewNumber(BinaryOpC(kArithmeticOperators[o], lhs, rhs));