Skip to content
New issue

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

Implement Array.prototype.findIndex() #166

Closed
jasonwilliams opened this issue Oct 17, 2019 · 2 comments · Fixed by #178
Closed

Implement Array.prototype.findIndex() #166

jasonwilliams opened this issue Oct 17, 2019 · 2 comments · Fixed by #178
Assignees

Comments

@jasonwilliams
Copy link
Member

Array methods are implemented here, for e.g here's concat:
https://github.com/jasonwilliams/boa/blob/master/src/lib/js/array.rs#L78-L109

Specification:
https://tc39.es/ecma262/#sec-array.prototype.findIndex

Contributing & Debugging
https://github.com/jasonwilliams/boa#contributing
https://github.com/jasonwilliams/boa/blob/master/docs/debugging.md

@felipe-fg
Copy link
Contributor

Hey, @jasonwilliams.

I'm interested in this one. Can I give it a try?

@jasonwilliams
Copy link
Member Author

@felipe-fg sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants