1. 17 Jun, 2015 38 commits
  2. 16 Jun, 2015 2 commits
    • littledan's avatar
      Add %TypedArray% to proto chain · a1059015
      littledan authored
      According to the ES6 spec, the main methods and getters shouldn't
      be properties of the individual TypedArray objects and prototypes
      but instead on %TypedArray% and %TypedArray%.prototype. This
      difference is observable through introspection. This patch moves
      some methods and getters to the proper place, with the exception
      of %TypedArray%.prototype.subarray and harmony methods. These will
      be moved in follow-on patches.
      
      BUG=v8:4085
      LOG=Y
      R=adamk
      
      Review URL: https://codereview.chromium.org/1186733002
      
      Cr-Commit-Position: refs/heads/master@{#29057}
      a1059015
    • arv's avatar
      Update test262-es6 to 6/11 · bc847230
      arv authored
      This reverts commit 67b16919 and picks
      up the fixes to the yaml parser upstream.
      
      BUG=N
      LOG=N
      R=adamk@chromium.org, machenbach@chromium.org
      
      Review URL: https://codereview.chromium.org/1175313003
      
      Cr-Commit-Position: refs/heads/master@{#29056}
      bc847230