Skip to content
Snippets Groups Projects
  1. Jan 22, 2016
    • Mike Pennisi's avatar
      Update tests according to ES2016 draft semantics · e62d43c8
      Mike Pennisi authored
      The ES2016 draft further refines the completion values for `if` and
      `with` statements. Two tests must be removed outright because the
      completion value in those cases is no longer accessible from the
      runtime.
      e62d43c8
    • Mike Pennisi's avatar
      Add tests for ES2015 completion reform · 407b8964
      Mike Pennisi authored
      In order to facilitate proper tail calls, ES2015 modified the completion
      value of a number of statements.
      
      These tests use `eval` to verify the new values.
      407b8964
Loading