blob: d67862ff325cef2c26c917b8d50c9acf5d89864d [file] [log] [blame]
Object.defineProperty(Array.prototype, "0", {
set: () => {
throw "ERROR: setter should not be called for bound arguments list";
}
});
function dummy() { }
var f = dummy.bind({}, 1, 2, 3, 4);