1. 01 Mar, 2019 2 commits
  2. 28 Feb, 2019 1 commit
  3. 27 Feb, 2019 2 commits
  4. 15 Feb, 2019 1 commit
    • Toon Verwaest's avatar
      [parser] Fix escaped contextual keyword handling · a94c91ca
      Toon Verwaest authored
      Escaped contextual keywords are simply valid identifiers if they do not occur
      in the context where they are a keyword. Escape sequences of the form \uNNNN
      or \u{NNNNNN} must be consumed as part of the identifier.
      
      If such escaped contextual keywords do occur in a context where they are a
      keyword, they are a syntax error. In that case we manually check locally
      whether they are escaped.
      
      Bug: v8:6543, v8:6541
      
      Change-Id: I7e1557963883e722310b9078d7d7636ec94aa603
      Reviewed-on: https://chromium-review.googlesource.com/c/1473293Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Commit-Queue: Toon Verwaest <verwaest@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59628}
      a94c91ca
  5. 25 Jan, 2019 1 commit
  6. 15 Jan, 2019 1 commit
  7. 11 Jan, 2019 1 commit
  8. 03 Jan, 2019 1 commit
  9. 18 Dec, 2018 1 commit
  10. 26 Nov, 2018 1 commit
  11. 16 Nov, 2018 1 commit
  12. 14 Nov, 2018 2 commits
  13. 13 Nov, 2018 3 commits
  14. 09 Nov, 2018 2 commits
  15. 29 Oct, 2018 1 commit
  16. 23 Oct, 2018 1 commit
  17. 11 Oct, 2018 1 commit
  18. 09 Oct, 2018 1 commit
  19. 01 Oct, 2018 1 commit
  20. 05 Sep, 2018 1 commit
  21. 04 Sep, 2018 1 commit
  22. 03 Sep, 2018 2 commits
  23. 30 Aug, 2018 2 commits
  24. 29 Aug, 2018 3 commits
  25. 28 Aug, 2018 3 commits
  26. 24 Aug, 2018 2 commits
  27. 22 Aug, 2018 1 commit