Searched refs:getDeepCopyOfObjectRecursive (Results 1 – 2 of 2) sorted by relevance
402 return getDeepCopyOfObjectRecursive(obj);404 function getDeepCopyOfObjectRecursive(obj: any): any {421 copy.add(getDeepCopyOfObjectRecursive(setKey));428 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));456 copy[objKey] = getDeepCopyOfObjectRecursive(obj[objKey]);
5716 return getDeepCopyOfObjectRecursive(obj);5717 function getDeepCopyOfObjectRecursive(obj) { function5732 copy.add(getDeepCopyOfObjectRecursive(setKey));5740 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));5771 copy[objKey] = getDeepCopyOfObjectRecursive(obj[objKey]);