Home | History | Annotate | Download | only in sources

Lines Matching refs:_children

978     this._children = new StringMap();
1053 return !this._children.size;
1062 return this._children.get(id) || null;
1070 return this._children.values();
1078 this._children.set(node.id, node);
1089 this._children
1096 this._children.clear();