mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request changes the following: - Create the `%Array.prototype.values%` function object once and use it in both the `Array` prototype and as the `@@iterator` value of `arguments` objects. This fixes a test where `arguments[Symbol.iterator]` and `[][Symbol.iterator]` would not be equal.pull/2246/head
raskad
2 years ago
3 changed files with 28 additions and 13 deletions
Loading…
Reference in new issue