Home | History | Annotate | Download | only in parser

Lines Matching refs:IfElseNode

331         IfNode* result = new (m_globalData) IfElseNode(m_globalData, condition, trueBlock, falseBlock);