function f(x, arguments) { if (x === arguments[0]) return 23; return 42; }