Merge pull request #8791 from asgerf/js/static-accessors

Approved by erik-krogh
This commit is contained in:
CodeQL CI
2022-04-22 13:39:32 +01:00
committed by GitHub
11 changed files with 244 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* The call graph now deals more precisely with calls to accessors (getters and setters).
Previously, calls to static accessors were not resolved, and some method calls were
incorrectly seen as calls to an accessor. Both issues have been fixed.