-
-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement optional parameter `radix` for `Number.prototype.toString( [radix] ) Implement the radix paramet for the `toString`. This implementation is converted from the V8's c++ implementation. * Use a reversed iterator instead of cursors in the integer part. Initial version for getting rid of direct slice accesses. Currently converted integer part to iterators. Fraction part is a lot harder since there are two passes to the fraction part (for carry over) and it is hard to express that using iterators. * Format tests
- Loading branch information
Tunahan Karlıbaş
authored
May 10, 2020
1 parent
59df3ac
commit bdad99c
Showing
4 changed files
with
368 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.