function mutate() {} function foo() { let a = {}; let b = {}; let c = {}; a = b; b = c; c = a; a |> mutate(%, b); return c; }