1. 27 Jul, 2015 8 commits
  2. 26 Jul, 2015 2 commits
  3. 25 Jul, 2015 3 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · 36fe84e4
      v8-autoroll authored
      Rolling v8/tools/clang to 101be7d177391384deb7f088aecd1f2d93af918f
      
      TBR=machenbach@chromium.org
      
      Review URL: https://codereview.chromium.org/1256093003
      
      Cr-Commit-Position: refs/heads/master@{#29857}
      36fe84e4
    • littledan's avatar
      Class block scoping tests · 024e3961
      littledan authored
      Class bindings are mutable and lexically scoped, with TDZ semantics.
      They may not overlap with var bindings in the same scope. This patch
      adds tests for those properties.
      
      R=adamk
      BUG=v8:3305
      LOG=N
      
      Review URL: https://codereview.chromium.org/1254003004
      
      Cr-Commit-Position: refs/heads/master@{#29856}
      024e3961
    • littledan's avatar
      Split off a separate --harmony_sloppy_let flag · 2d2b72f6
      littledan authored
      --harmony_sloppy includes behavior to turn on sloppy mode lexical
      bindings. Before this patch, it also included a way to parse let
      which is likely web-incompatible (let is disallowed as an
      identifier). This patch splits off the let parsing from the more
      general block scoping code, so that block scoping can be developed
      independently.
      
      R=adamk
      LOG=N
      BUG=v8:3305
      
      Review URL: https://codereview.chromium.org/1255013002
      
      Cr-Commit-Position: refs/heads/master@{#29855}
      2d2b72f6
  4. 24 Jul, 2015 27 commits