1. 13 Jun, 2015 2 commits
    • verwaest's avatar
      Also handle elements in *RealNamed* api methods · 028025f0
      verwaest authored
      Apparently the *RealNamed* API methods only have named variants, but were always used by the embedder to find elements as well. We'd never find them though, since we wouldn't even look
      there.
      
      This CL ensures we check whether the name is actually an array index.
      
      I guess for all named API functions we should assume they are used similar to o["name"] where name could also be a number... At least we should make it uniform between embedder and V8. This matches us up with their expectations for now...
      
      BUG=v8:4137
      LOG=n
      
      Review URL: https://codereview.chromium.org/1177383004
      
      Cr-Commit-Position: refs/heads/master@{#29008}
      028025f0
    • v8-autoroll's avatar
      Update V8 DEPS. · a6bc7cd4
      v8-autoroll authored
      Rolling v8/tools/clang to bb23ac0328fd3d051fc2f5ff027c8e0f87cc6fb5
      
      TBR=machenbach@chromium.org
      
      Review URL: https://codereview.chromium.org/1186753003
      
      Cr-Commit-Position: refs/heads/master@{#29007}
      a6bc7cd4
  2. 12 Jun, 2015 33 commits
  3. 11 Jun, 2015 5 commits