Merge pull request #18005 from Napalys/napalys/ES2022-find-functions

JS: Added support for Array.prototype.[findLastIndex, findLast] ES2022 feature
This commit is contained in:
Napalys Klicius
2024-11-21 08:01:19 +01:00
committed by GitHub
11 changed files with 734 additions and 132 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Added taint-steps for `Array.prototype.findLast`
* Added taint-steps for `Array.prototype.findLastIndex`