1. 11 Dec, 2018 1 commit
  2. 21 Sep, 2018 1 commit
    • Benedikt Meurer's avatar
      [cleanup] Remove obsolete runtime functions. · 74adec5b
      Benedikt Meurer authored
      Remove %ToPrimitive, %ToPrimitive_Number, %SameValue and %SameValueZero,
      as these runtime functions were only used from tests. For the %SameValue
      we use Object.is() to test the internal algorithm (the actual one even),
      and for %SameValueZero we use Set#has() - this was already the case for
      most uses anyways.
      
      Also drop %IsDate and %ValueOf, which didn't have uses at all.
      
      Bug: v8:8015
      Change-Id: Ice26d25e68aed4d5d8adac0547c56aedf9826b13
      Reviewed-on: https://chromium-review.googlesource.com/1237677
      Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#56127}
      74adec5b
  3. 17 Feb, 2016 1 commit
  4. 16 Oct, 2015 1 commit
  5. 16 Jul, 2015 2 commits
  6. 15 Jul, 2015 1 commit
    • bbudge's avatar
      Expose SIMD.Float32x4 type to Javascript. · e5ed3bee
      bbudge authored
      This CL exposes the constructor function, defines type related
      information, and implements value type semantics.
      It also refactors test/mjsunit/samevalue.js to test SameValue and SameValueZero.
      
      TEST=test/mjsunit/harmony/simd.js, test/cctest/test-simd.cc
      
      LOG=Y
      BUG=v8:4124
      
      Review URL: https://codereview.chromium.org/1219943002
      
      Cr-Commit-Position: refs/heads/master@{#29689}
      e5ed3bee
  7. 12 May, 2015 1 commit
  8. 07 May, 2015 1 commit
  9. 06 May, 2015 2 commits
  10. 09 Aug, 2010 1 commit
  11. 25 May, 2010 1 commit