The Essence of JavaScript

Arjun Guha,Claudiu Saftoiu,Shriram Krishnamurthi
DOI: https://doi.org/10.48550/arXiv.1510.00925
2015-10-04
Programming Languages
Abstract:We reduce JavaScript to a core calculus structured as a small-step operational semantics. We present several peculiarities of the language and show that our calculus models them. We explicate the desugaring process that turns JavaScript programs into ones in the core. We demonstrate faithfulness to JavaScript using real-world test suites. Finally, we illustrate utility by defining a security property, implementing it as a type system on the core, and extending it to the full language.
What problem does this paper attempt to address?