v8/src/parsing
jwolfe b8668fa846 Recognize HTMLCloseComment after multiline comment
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}
2016-07-11 20:05:24 +00:00
..
expression-classifier.h Remove erroneous DCHECK related to expression classifiers 2016-06-13 12:34:19 +00:00
func-name-inferrer.cc
func-name-inferrer.h Fix FuncNameInferrer usage in ParseAssignmentExpression 2015-12-10 19:19:35 +00:00
OWNERS Add vogelheim to src/parsing/OWNERS 2016-06-09 14:46:34 +00:00
parameter-initializer-rewriter.cc Fix bug with re-scoping arrow function parameter initializers 2016-06-28 15:10:17 +00:00
parameter-initializer-rewriter.h
parser-base.h [debugger] omit exception events for rethrown exceptions in async. 2016-07-11 05:50:03 +00:00
parser.cc Narrowly address async function stack overflow parsing case 2016-07-11 19:33:43 +00:00
parser.h [parser] Fix bug in for-of desugaring. 2016-07-07 08:16:13 +00:00
pattern-rewriter.cc Revert of Add errors for declarations which conflict with catch parameters. (patchset #6 id:100001 of https://codereview.chromium.org/2109733003/ ) 2016-07-01 04:28:57 +00:00
preparse-data-format.h
preparse-data.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
preparse-data.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
preparser.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
preparser.h [debugger] omit exception events for rethrown exceptions in async. 2016-07-11 05:50:03 +00:00
rewriter.cc Move RelocInfo::kNoPosition. 2016-06-30 09:29:30 +00:00
rewriter.h
scanner-character-streams.cc [regexp] correctly parse non-BMP unicode escapes in atoms. 2016-01-11 14:19:21 +00:00
scanner-character-streams.h Fix ExternalTwobyteStringUtf16CharacterStream::PushBack(kEndOfInput) 2016-05-03 09:43:45 +00:00
scanner.cc Recognize HTMLCloseComment after multiline comment 2016-07-11 20:05:24 +00:00
scanner.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
token.cc
token.h [esnext] implement frontend changes for async/await proposal 2016-05-16 23:19:02 +00:00