1. 17 Jul, 2015 3 commits
    • mlippautz's avatar
      Fix memento initialization when constructing from new call · 3285e3bf
      mlippautz authored
      Additionally, push the allocation site or undefined independently of creating a memento to preserve a fixed size for the construct frames.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1239593003
      
      Cr-Commit-Position: refs/heads/master@{#29719}
      3285e3bf
    • v8-autoroll's avatar
      Update V8 DEPS. · 40f0df5c
      v8-autoroll authored
      Rolling v8/buildtools to 125d157607de4d7c95bf8b02dd580aae17962f19
      
      Rolling v8/third_party/android_tools to 2abd22b08cd757f88362f44b02484de43e4b9611
      
      Rolling v8/third_party/icu to ffeeae138703e692f07d2c438203f32b84e7a094
      
      Rolling v8/tools/clang to f729011d84762dfae62bbf4218580367dbfc7451
      
      TBR=machenbach@chromium.org
      
      Review URL: https://codereview.chromium.org/1238783004
      
      Cr-Commit-Position: refs/heads/master@{#29718}
      40f0df5c
    • littledan's avatar
      Additional TypedArray tests · 8068b91d
      littledan authored
      - Test that TypedArray properties cannot be set in strict mode
        Properties like %TypedArray%.prototype.length have a getter and no
        setter. This test verifies that property, which was apparently not
        true in the past or had no test ensuring throwing in this case.
      - Test that TypedArray integer indexed properties (array elements)
        are not configurable
      
      Both of these have passed for some time, but there are open bugs against
      them and apparently no tests verifying that they are fixed.
      
      BUG=v8:3048, v8:3799
      LOG=N
      R=adamk
      
      Review URL: https://codereview.chromium.org/1232843005
      
      Cr-Commit-Position: refs/heads/master@{#29717}
      8068b91d
  2. 16 Jul, 2015 25 commits
  3. 15 Jul, 2015 12 commits