Last active
July 26, 2019 05:32
-
-
Save jhejderup/6d0b2d1b6a92ea89e415fddacc2f237a to your computer and use it in GitHub Desktop.
JavaScript Reading List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @inproceedings{malik2019nl2type, | |
| title={NL2Type: inferring JavaScript function types from natural language information}, | |
| author={Malik, Rabee Sohail and Patra, Jibesh and Pradel, Michael}, | |
| booktitle={Proceedings of the 41st International Conference on Software Engineering}, | |
| pages={304--315}, | |
| year={2019}, | |
| organization={IEEE Press} | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @article{staicu2019empirical, | |
| title={An Empirical Study of Information Flows in Real-World JavaScript}, | |
| author={Staicu, Cristian-Alexandru and Schoepe, Daniel and Balliu, Musard and Pradel, Michael and Sabelfeld, Andrei}, | |
| journal={arXiv preprint arXiv:1906.11507}, | |
| year={2019} | |
| } | |
| @article{andreasen2017survey, | |
| title={A survey of dynamic analysis and test generation for JavaScript}, | |
| author={Andreasen, Esben and Gong, Liang and M{\o}ller, Anders and Pradel, Michael and Selakovic, Marija and Sen, Koushik and Staicu, Cristian-Alexandru}, | |
| journal={ACM Computing Surveys (CSUR)}, | |
| volume={50}, | |
| number={5}, | |
| pages={66}, | |
| year={2017}, | |
| publisher={ACM} | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment