We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECMASCript feature https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/@@iterator
Example code
let first = new Map([["1", "one"], ["2", "two"]]); first[Symbol.iterator]
Context
This is blocking proper fix of #793 After this is done the merge() test should be unignored from boa/src/builtins/map/tests.rs
merge()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
ECMASCript feature
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/@@iterator
Example code
Context
This is blocking proper fix of #793
After this is done the
merge()
test should be unignored from boa/src/builtins/map/tests.rsThe text was updated successfully, but these errors were encountered: