-
-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[exec Map] Map.prototype.values and Map.prototype.keys implementation (…
…#874) * Initial commit * Improving on Map iterator * Improvements on the iterator * Almost finish the next method of MapIterator * Add different kinds to next * fmt * Add function description. Add test. * Added symbol_iterator method. Refactor to use exactly the same function as "entries". Added test for it, unignored pending test. * Remove TODOs * [exec Map] keys and values prototype methods
- Loading branch information
Showing
2 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters