Home | History | Annotate | Download | only in src

Lines Matching full:children

3036     // it fairly amongst the children.
4059 ZoneList<RegExpTree*>* children = nodes();
4061 for (int i = children->length() - 1; i >= 0; i--) {
4062 current = children->at(i)->ToNode(compiler, current);