Lines Matching refs:copyObject
2525 return object && copyObject(source, keys(source), object);
2538 return object && copyObject(source, keysIn(source), object);
4760 function copyObject(source, props, object, customizer) { function
4795 return copyObject(source, getSymbols(source), object);
4807 return copyObject(source, getSymbolsIn(source), object);
12503 return copyObject(value, keysIn(value));
12597 copyObject(source, keys(source), object);
12639 copyObject(source, keysIn(source), object);
12672 copyObject(source, keysIn(source), object, customizer);
12704 copyObject(source, keys(source), object, customizer);
13507 copyObject(object, getAllKeysIn(object), result);