mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request fixes/closes #2717 and related to #2479 This was caused by an incorrect to digit conversion. Here are two examples that always cause a panic. They have been added as a test in `number/test.rs` ```js (0.1600057092765239).toString(36) (0.23046743672210102).toString(36) ```pull/2743/head
Haled Odat
2 years ago
2 changed files with 12 additions and 5 deletions
Loading…
Reference in new issue