v8/src/parsing
neis cde66a896e [parser] More CHECK_OK cleanup.
In parser.{cc,h}, replace CHECK_OK_CUSTOM by CHECK_OK_VOID, as that's all we need.
Use this to convert all void* functions to void.

R=adamk@chromium.org, nikolaos@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2165513004
Cr-Commit-Position: refs/heads/master@{#37878}
2016-07-19 19:47:49 +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 Introduce parent ScopeState class and track the scope through the state in the parser 2016-07-19 10:08:12 +00:00
parser.cc [parser] More CHECK_OK cleanup. 2016-07-19 19:47:49 +00:00
parser.h [parser] More CHECK_OK cleanup. 2016-07-19 19:47:49 +00:00
pattern-rewriter.cc [modules] AST and parser rework. 2016-07-18 07:29:28 +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 Introduce parent ScopeState class and track the scope through the state in the parser 2016-07-19 10:08:12 +00:00
preparser.h Introduce parent ScopeState class and track the scope through the state in the parser 2016-07-19 10:08:12 +00:00
rewriter.cc Templatize AstVisitor with its subclass 2016-07-15 07:58:09 +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 Address compilation warnings for android build. 2016-07-12 11:21:56 +00:00
token.cc
token.h [esnext] implement frontend changes for async/await proposal 2016-05-16 23:19:02 +00:00