function foo(a, b, c) { // Construct and freeze x, y const x = makeObject(a); const y = makeObject(a);