Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:isAdd

826     ASSERT(isAdd());
839 while (leftMostAddChild->isAdd() && leftMostAddChild->resultDescriptor().definitelyIsString()) {
918 if (opcodeID == op_add && m_expr1->isAdd() && m_expr1->resultDescriptor().definitelyIsString())
1070 if (m_right->isAdd() && m_right->resultDescriptor().definitelyIsString())