Lines Matching refs:children
2854 // it fairly amongst the children.3832 ZoneList<RegExpTree*>* children = nodes();3834 for (int i = children->length() - 1; i >= 0; i--) {3835 current = children->at(i)->ToNode(compiler, current);