v8/src/parsing
littledan 78bb3c6ef9 Revert of Fix scope flags for default parameters (patchset #2 id:20001 of https://codereview.chromium.org/2042793002/ )
Reason for revert:
Does not fix the bug it intended to fix.

Original issue's description:
> Fix scope flags for default parameters
>
> R=rossberg,adamk
> BUG=chromium:616386
>
> Committed: https://crrev.com/4cc1331c341f5bfbeee54fec521f682a8a406af4
> Cr-Commit-Position: refs/heads/master@{#36755}

TBR=adamk@chromium.org,rossberg@chromium.org,jochen@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=chromium:616386

Review-Url: https://codereview.chromium.org/2062593002
Cr-Commit-Position: refs/heads/master@{#36976}
2016-06-14 16:48:57 +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 ParameterInitializerRewriter must maintain temporary variable order 2016-05-10 18:10:21 +00:00
parameter-initializer-rewriter.h
parser-base.h Reduce the memory footprint of expression classifiers 2016-06-10 16:37:19 +00:00
parser.cc Revert of Fix scope flags for default parameters (patchset #2 id:20001 of https://codereview.chromium.org/2042793002/ ) 2016-06-14 16:48:57 +00:00
parser.h Reduce the memory footprint of expression classifiers 2016-06-10 16:37:19 +00:00
pattern-rewriter.cc Correctly set the closing condition in array patterns. 2016-04-28 10:01:23 +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 Reduce the memory footprint of expression classifiers 2016-06-10 16:37:19 +00:00
rewriter.cc [debugger] fix break locations for assignments and return. 2016-03-01 12:47:55 +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 Move hashmap into src/base. 2016-06-09 18:00:31 +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