1. 28 Nov, 2017 1 commit
  2. 27 Nov, 2017 2 commits
  3. 24 Nov, 2017 1 commit
  4. 21 Nov, 2017 1 commit
  5. 17 Nov, 2017 2 commits
  6. 16 Nov, 2017 1 commit
  7. 10 Nov, 2017 1 commit
  8. 09 Nov, 2017 1 commit
    • Mathias Bynens's avatar
      [regexp] Support Regional_Indicator property class · 9237c08d
      Mathias Bynens authored
      This patch adds support for Regional_Indicator within Unicode property
      escapes in regular expressions.
      
      The Regional_Indicator binary property was added in Unicode v10 and is
      supported in ICU 60.1.
      
      An `#if` directive is used to prevent breaking Node.js until they
      update their ICU.
      
      BUG=v8:4743
      
      Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
      Change-Id: I7acec13c8ae7552558a0f852937984bba828e738
      Reviewed-on: https://chromium-review.googlesource.com/758273Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49250}
      9237c08d
  9. 08 Nov, 2017 2 commits
  10. 27 Oct, 2017 1 commit
  11. 25 Oct, 2017 1 commit
  12. 19 Oct, 2017 1 commit
  13. 17 Oct, 2017 2 commits
  14. 10 Oct, 2017 1 commit
  15. 05 Oct, 2017 2 commits
  16. 18 Sep, 2017 1 commit
  17. 15 Sep, 2017 1 commit
  18. 11 Sep, 2017 1 commit
  19. 21 Aug, 2017 1 commit
  20. 18 Aug, 2017 1 commit
  21. 02 Aug, 2017 1 commit
  22. 01 Aug, 2017 1 commit
  23. 31 Jul, 2017 2 commits
  24. 28 Jul, 2017 1 commit
  25. 27 Jul, 2017 1 commit
  26. 25 Jul, 2017 1 commit
  27. 20 Jul, 2017 1 commit
  28. 19 Jul, 2017 1 commit
    • Daniel Ehrenberg's avatar
      [parser] Prohibit async functions and generators in invalid contexts · ee15703e
      Daniel Ehrenberg authored
      Async functions and generator declarations are only permitted as
      StatementListItems, not as ExpressionStatements, and therefore not
      as the entire body of an if statement, etc. Previously, they were
      incorrectly permitted. However, ChakraCore and SpiderMonkey seem
      to ban them in this context, and the feature was introduced relatively
      recently, so it is likely to be web-compatible to ship the prohibition.
      
      This patch also unifies the error message wording of async functions
      and generators to ordinary functions, explaining more clearly what
      the issue is.
      
      Bug: v8:4483
      Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
      Change-Id: I31ed7818d6ab3e7e325031bfabb933dbf4512143
      Reviewed-on: https://chromium-review.googlesource.com/568979
      Commit-Queue: Daniel Ehrenberg <littledan@chromium.org>
      Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#46770}
      ee15703e
  29. 14 Jul, 2017 1 commit
  30. 13 Jul, 2017 2 commits
  31. 10 Jul, 2017 1 commit
  32. 07 Jul, 2017 1 commit
  33. 30 Jun, 2017 1 commit