Lines Matching refs:targetName
792 const {item, target, targetName} = queue.shift();
867 for (let [targetName, child] of Object.entries(item)) {
868 queue.push({item: child, target: serialized, targetName}); field
874 queue.push({item: childKey, target: serialized, targetName: "key"}); property
875 queue.push({item: childValue, target: serialized, targetName: "value"}); property
898 target.value[targetName] = serialized;
904 if (targetName === "key") {
945 const {item, target, targetName} = queue.shift();
1043 for (let [targetName, child] of Object.entries(value)) {
1044 queue.push({item: child, target: newTarget, targetName}); field
1051 queue.push({item: key, target: newTarget, targetName: "key"}); property
1052 queue.push({item: child, target: newTarget, targetName: "value"}); property
1078 target.value[targetName] = result;
1084 if (targetName === "key") {