Lines Matching refs:children
31 children, property
78 const transformedChildren = handleChildren(children, true /* transform */);
93 children: transformedChildren, property
96 skip: handleChildren(children, false /* transform */),
258 const children = [];
286 children.push(this._transform(obj[key], key, fieldOptions[key],
296 children.push(this._transform(new Terminal(), new Terminal(), undefined,
304 children.length == 1 &&
305 children[0].children.length == 0 &&
306 !children[0].combined
309 const child = children[0];
315 children: child.children, property
327 children, property