mirror of
https://github.com/tc39/test262.git
synced 2025-11-03 13:14:28 +01:00
The `length` property should be [[Configurable]] https://tc39.github.io/ecma262/#sec-function.prototype.bind Also the test was testing deleting the wrong property. Fixes #957.