Home | History | Annotate | Download | only in src

Lines Matching refs:children

3018     // it fairly amongst the children.
3996 ZoneList<RegExpTree*>* children = nodes();
3998 for (int i = children->length() - 1; i >= 0; i--) {
3999 current = children->at(i)->ToNode(compiler, current);