• Speaker: Joe Politz (Brown)
  • Date: Sept 28th, 2012 (Friday)
  • Room: CIT 345
  • Title:"A Tested Semantics for Getters, Setters, and Eval in JavaScript"
  • Abstract:
We present S5, a semantics for the strict mode of the ECMAScript 5.1 (JavaScript) programming language. S5 shrinks the large source language into a manageable core through an implemented transformation. The resulting speci?cation has been tested against real-world conformance suites for the language. This paper focuses on two aspects of S5: accessors (getters and setters) and eval. Since these features are complex and subtle in JavaScript, they warrant special study. Variations on both features are found in several other programming languages, so their study is likely to have broad applicability.