Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct test/built-ins/Function/prototype/bind/15.3.4.5-15-5.js
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 tc39#957.
- Loading branch information