1. 07 Jul, 2016 3 commits
    • neis's avatar
      [parser] Fix bug in destructuring binding for catch. · 4a4f7175
      neis authored
      For variables introduced as part of a catch pattern, we used to set their
      "initializer position" to the beginning of the pattern.  This lead to
      full-codegen eliminating crucial hole checks when reading such variables
      inside the pattern itself.
      
      R=adamk@chromium.org, littledan@chromium.org
      BUG=v8:5178
      
      Review-Url: https://codereview.chromium.org/2123953002
      Cr-Commit-Position: refs/heads/master@{#37569}
      4a4f7175
    • v8-autoroll's avatar
      Update V8 DEPS. · 9d865339
      v8-autoroll authored
      Rolling v8/build to 6d9becf753310daf17f04ac4f0d8c109c364cdd2
      
      Rolling v8/buildtools to aa47d9773d8f4d6254a587a1240b3dc023d54f06
      
      Rolling v8/tools/gyp to bac4680ec9a5c55ab692490b6732999648ecf1e9
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2123853004
      Cr-Commit-Position: refs/heads/master@{#37568}
      9d865339
    • bjaideep's avatar
      PPC/s390: [builtins] Fix MathMaxMin on arm and arm64 · 32e843df
      bjaideep authored
      Port b86ac0e0
      
      Original commit message:
      
          Both of these were broken in different ways:
          * On arm, the loop counter was passed as argc on the stack.
          * On arm64, we passed argc + 1 instead of argc.
      
          The result in both cases was an incorrect receiver for the builtin frame
          when generating stack traces.
      
      R=jgruber@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com
      
      BUG=v8:4815
      LOG=N
      
      Review-Url: https://codereview.chromium.org/2125913004
      Cr-Commit-Position: refs/heads/master@{#37567}
      32e843df
  2. 06 Jul, 2016 27 commits
  3. 05 Jul, 2016 10 commits