1. 12 May, 2015 2 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · 3b7b05b4
      v8-autoroll authored
      Rolling v8/buildtools to b73e5f70d7ac6be98fb2555461f631afc90216ce
      
      Rolling v8/third_party/icu to ce41627e388fb46ab49671bd16a5db81dcd75a71
      
      Rolling v8/tools/clang to 6e259b4afbbd784a775e47f37379e57f002bf0c2
      
      TBR=machenbach@chromium.org
      
      Review URL: https://codereview.chromium.org/1124083005
      
      Cr-Commit-Position: refs/heads/master@{#28352}
      3b7b05b4
    • dehrenberg's avatar
      Factor out core of Array.forEach and .every, for use in TypedArrays · 1ebbaaa0
      dehrenberg authored
      The idea is to make this the model for future TypedArray methods.
      A possible downside could be lower array method performance
      if everything gets polymorhpic (but if enough inlining happens, it
      should still be fast), but on the upside, this change means that
      the TypedArray methods won't create as much code size bloat.
      
      BUG=v8:3578
      LOG=Y
      R=adamk@chromium.org
      CC=arv@chromium.org, caitpotter88@gmail.com
      
      Review URL: https://codereview.chromium.org/1133503003
      
      Cr-Commit-Position: refs/heads/master@{#28351}
      1ebbaaa0
  2. 11 May, 2015 22 commits
  3. 10 May, 2015 1 commit
  4. 09 May, 2015 3 commits
  5. 08 May, 2015 12 commits