blob: 45b743eac765d0aba69f258816ddec2dfb7a8469 [file] [log] [blame]
var f = (function () {}).bind({});
var p = new Proxy(f, {});
Object.defineProperty(p, "caller", {get: function(){}});