Lines Matching refs:child
758 * array) containing a serialized representation of the child
861 for (let child of item) {
862 queue.push({item: child, target: serialized});
867 for (let [targetName, child] of Object.entries(item)) {
868 queue.push({item: child, target: serialized, targetName});
1029 for (let child of value) {
1030 queue.push({item: child, target: newTarget});
1036 for (let child of value) {
1037 queue.push({item: child, target: newTarget});
1043 for (let [targetName, child] of Object.entries(value)) {
1044 queue.push({item: child, target: newTarget, targetName});
1050 for (let [key, child] of value) {
1052 queue.push({item: child, target: newTarget, targetName: "value"});