Articles with "analysis javascript" as a keyword



Photo by dawson2406 from unsplash

Purity analysis for JavaScript through abstract interpretation

Sign Up to like & get
recommendations!
Published in 2017 at "Journal of Software: Evolution and Process"

DOI: 10.1002/smr.1889

Abstract: We present a static analysis for determining whether and to what extent functions in JavaScript programs are pure. To this end, the analysis classifies functions as pure functions, observers, or procedures. A function is pure… read more here.

Keywords: analysis; analysis javascript; purity; javascript abstract ... See more keywords
Photo from wikipedia

Platform-Independent Dynamic Taint Analysis for JavaScript

Sign Up to like & get
recommendations!
Published in 2020 at "IEEE Transactions on Software Engineering"

DOI: 10.1109/tse.2018.2878020

Abstract: Previous approaches to dynamic taint analysis for JavaScript are implemented directly in a browser or JavaScript engine, limiting their applicability to a single platform and requiring ongoing maintenance as platforms evolve, or they require nontrivial… read more here.

Keywords: analysis javascript; platform independent; taint analysis; dynamic taint ... See more keywords