Merge pull request #16739 from RasmusWL/js-array-steps

JS: Allow many Array steps to be used in type-tracking
This commit is contained in:
Asger F
2024-06-20 11:39:46 +02:00
committed by GitHub
8 changed files with 1048 additions and 865 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Enabled type-tracking to follow content through array methods
* Improved modeling of `Array.prototype.splice` for when it is called with more than two arguments