1. 14 Aug, 2015 10 commits
  2. 13 Aug, 2015 27 commits
  3. 12 Aug, 2015 3 commits
    • littledan's avatar
      Stage sloppy classes · 9f9cb990
      littledan authored
      This patch puts --harmony-sloppy into staging. Now that let, lexically-scoped
      functions and ES2015 sloppy mode const semantics have been split off into
      separate flags, the change only enables classes in sloppy mode.
      
      BUG=v8:3305
      R=adamk
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1288153003
      
      Cr-Commit-Position: refs/heads/master@{#30141}
      9f9cb990
    • littledan's avatar
      Add class to existing lexical scoping tests · e261540b
      littledan authored
      This patch strengthens testing of classes by verifying that the binding
      that they export externally follows block scoping, as opposed to var-style
      scoping. The tests are based on existing tests for let and const.
      
      R=adamk
      LOG=N
      BUG=v8:3305
      
      Review URL: https://codereview.chromium.org/1286923002
      
      Cr-Commit-Position: refs/heads/master@{#30140}
      e261540b
    • jfb's avatar
      Security: disable nontemporals. · a904b569
      jfb authored
      The operations were available on ARM64 and x86-32 but were unused.
      
      It has been conjectured that nontemporals can be used for rowhammer-like bitflips more easily than regular load/store operations. It is therefore desirable to avoid generating these instructions in the future.
      
      R= titzer, jochen, jln, Mark Seaborn, ruiq
      
      Review URL: https://codereview.chromium.org/1276113002
      
      Cr-Commit-Position: refs/heads/master@{#30139}
      a904b569