1. 13 Oct, 2016 1 commit
    • jgruber's avatar
      [regexp] Fix fallback path in RegExpExec · e89eef30
      jgruber authored
      This fixes the code-path in RegExpExec in which both the passed exec
      argument and regexp.exec are not callable and regexp is a JSRegExp.
      
      In this case, we fall back to the default RegExp.prototype.exec
      implementation. The arguments for Execution::call were incorrect.
      
      BUG=v8:5339
      
      Review-Url: https://codereview.chromium.org/2415073002
      Cr-Commit-Position: refs/heads/master@{#40249}
      e89eef30
  2. 02 Feb, 2016 1 commit
  3. 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
  4. 04 Jan, 2016 1 commit