store-via-call.js7 lines
mainRaw
function foo() {
  const x = {};
  const y = foo(x);
  y.mutate();
  return x;
}
Loading syntax highlighting…