Skip to content

Commit

Permalink
Implementation of JsMap Wrapper (#2115)
Browse files Browse the repository at this point in the history
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add any
information as you feel neccessary.
--->

This Pull Request related to JsMap for #2098.

Any feedback on implementing JsMapIterator would be welcome. I wasn't entirely sure if it was the right approach, but as I worked on the example file, it felt like something at least similar would be needed to use Map's .entries(), .keys(), and .values() methods.

It changes the following:

- Implements JsMap Wrapper
- Implements JsMapIterator Wrapper
- Creates JsMap example in boa_examples
  • Loading branch information
nekevss committed Jul 6, 2022
1 parent 36f93a5 commit d0d7034
Show file tree
Hide file tree
Showing 5 changed files with 557 additions and 1 deletion.
Loading

0 comments on commit d0d7034

Please sign in to comment.