v8/src/parsing
adamk c7eb436d09 Remove all harmony runtime flags which shipped in M51
Flags removed (all begin with "harmony-"):
  function-name
  instanceof
  iterator-close
  unicode-regexps
  regexp-exec
  regexp-subclass
  species

BUG=v8:3566, v8:3648, v8:3699, v8:4093, v8:4447, v8:4602

Review-Url: https://codereview.chromium.org/2096933002
Cr-Commit-Position: refs/heads/master@{#37235}
2016-06-24 01:13:10 +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 Reland of write scopes of non-simple default arguments (patchset #1 id:1 of https://codereview.chromium.org/2081323006/ ) 2016-06-22 21:09:57 +00:00
parameter-initializer-rewriter.h
parser-base.h Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
parser.cc Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
parser.h Rewrite scopes in computed properties in destructured parameters 2016-06-23 20:47:18 +00:00
pattern-rewriter.cc Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +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 Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +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