1. 14 Jul, 2016 1 commit
  2. 07 Jul, 2016 1 commit
    • 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
  3. 02 May, 2016 1 commit
  4. 05 Apr, 2016 1 commit
  5. 16 Mar, 2016 1 commit
  6. 02 Feb, 2016 1 commit
  7. 29 Jan, 2016 1 commit
    • littledan's avatar
      Fix Unicode string normalization with null bytes · f3e41d96
      littledan authored
      Previously, String.prototype.normalize constructed its ICU input
      string as a null-terminated string. This creates a bug for strings
      which contain a null byte, which is allowed in ECMAScript. This
      patch constructs the ICU string based on its length so that the
      entire string is normalized.
      
      R=jshin@chromium.org
      BUG=v8:4654
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1645223003
      
      Cr-Commit-Position: refs/heads/master@{#33614}
      f3e41d96
  8. 04 Jan, 2016 1 commit