Lines Matching refs:children
22 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property
57 var transformed_children = handle_children(children, true /* transform */);
70 children: transformed_children, property
73 skip: handle_children(children, false /* transform */),
98 var children = [];
104 children.push(transform_json(null, formatted, options));
107 children.push(transform_json(e, ""+i, options));
110 children.push(transform_json(null, obj, options));
112 children.push(transform_json(null, ""+obj, options));
115 children.push(transform_json(obj[key], key, options));
119 if (children.length == 1 && !children[0].combined) {
122 name: name + ": " + children[0].name,
123 children: children[0].children, property
131 children: children, property