1. 31 May, 2016 1 commit
  2. 04 Apr, 2016 1 commit
    • mstarzinger's avatar
      Fix resuming generator marked for optimization. · 6ab9c185
      mstarzinger authored
      This fixes a corner case where the generator function of a suspended
      generator has been marked for optimization. We assume the optimization
      approach will cause a bailout because generators are not optimized. But
      resuming is more resilient by always activating the unoptimized code.
      
      R=neis@chromium.org,bmeurer@chromium.org
      TEST=mjsunit/regress/regress-crbug-513471
      BUG=chromium:513471
      LOG=n
      
      Review URL: https://codereview.chromium.org/1856683002
      
      Cr-Commit-Position: refs/heads/master@{#35234}
      6ab9c185
  3. 03 Feb, 2016 1 commit
  4. 02 Feb, 2016 1 commit
  5. 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
  6. 04 Jan, 2016 1 commit