Abstract
In static analysis of modern JavaScript libraries, relational analysis at key locations is critical to provide sound and useful results. Prior work addresses this challenge by the use of various forms of trace partitioning and syntactic patterns, which is fragile and does not scale well, or by incorporating complex backwards analysis. In this paper, we propose a new lightweight variant of trace partitioning named value partitioning that refines individual abstract values instead of entire abstract states. We describe how this approach can effectively capture important relational properties involving dynamic property accesses, functions with free variables, and predicate functions. Furthermore, we extend an existing JavaScript analyzer with value partitioning and demonstrate experimentally that it is a simple, precise, and efficient alternative to the existing approaches for analyzing widely used JavaScript libraries.
Original language | English |
---|---|
Title of host publication | 34th European Conference on Object-Oriented Programming, ECOOP 2020 |
Number of pages | 28 |
Publisher | Dagstuhl Publishing |
Publication date | Nov 2020 |
Article number | 16 |
ISBN (Electronic) | 9783959771542 |
DOIs | |
Publication status | Published - Nov 2020 |
Event | 34th European Conference on Object-Oriented Programming (ECOOP 2020) - Online Duration: 15 Nov 2020 → 17 Nov 2020 Conference number: 34 |
Conference
Conference | 34th European Conference on Object-Oriented Programming (ECOOP 2020) |
---|---|
Number | 34 |
City | Online |
Period | 15/11/2020 → 17/11/2020 |
Series | Leibniz International Proceedings in Informatics |
---|---|
ISSN | 1868-8969 |
Keywords
- Abstract interpretation
- Dataflow analysis
- JavaScript