fix: TypedArray offset and length not respected by TextDecoder#4763
Conversation
Test262 conformance changes
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4763 +/- ##
==========================================
+ Coverage 47.24% 57.22% +9.97%
==========================================
Files 476 553 +77
Lines 46892 60618 +13726
==========================================
+ Hits 22154 34686 +12532
- Misses 24738 25932 +1194 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
hard to believe there is no test262 for this 🤔 |
|
That's because |
jedel1043
left a comment
There was a problem hiding this comment.
Don't have any other comments then. We should try to fix the index inconsistency problem in a separate PR
…oa-dev#4763) Closes boa-dev#4615 . Started because boa-dev#4637 was closed without merging by the author while it had conflicts due to changes on the main branch from boa-dev#4670 (let me know in case it was not intended to be closed). Compared to previous PRs on this matter including boa-dev#4637, this PR avoids allocating unnecessarily.
Closes #4615 .
Started because #4637 was closed without merging by the author while it had conflicts due to changes on the main branch from #4670 (let me know in case it was not intended to be closed).
Compared to previous PRs on this matter including #4637, this PR avoids allocating unnecessarily.