1. 08 Jul, 2019 1 commit
  2. 03 Jul, 2019 2 commits
  3. 28 Jun, 2019 2 commits
  4. 11 Jul, 2016 1 commit
    • jwolfe's avatar
      Recognize HTMLCloseComment after multiline comment · b8668fa8
      jwolfe authored
      When the scanner finds a '-->', it's either part of an HTMLCloseComment
      or a '--' followed by a '>'. Previously, only a preceding newline would
      make it an HTMLCloseComment. Now, a preceding multiline comment also
      makes it an HTMLCloseComment. The effect is that now the following is
      not a SyntaxError:
      
      x/*
      */-->this is now a comment
      
      BUG=v8:5142
      LOG=y
      
      Review-Url: https://codereview.chromium.org/2119763003
      Cr-Commit-Position: refs/heads/master@{#37656}
      b8668fa8
  5. 17 Mar, 2014 1 commit
  6. 27 Jun, 2013 1 commit
  7. 26 Jun, 2013 1 commit