michael@0: var f = (function () {}).bind({}); michael@0: var p = new Proxy(f, {}); michael@0: Object.defineProperty(p, "caller", {get: function(){}});