v8/src/parsing
marja 55277d9969 Remove unused parsing related histograms.
R=jochen@chromium.org
BUG=chromium:656854

Review-Url: https://codereview.chromium.org/2427933002
Cr-Commit-Position: refs/heads/master@{#40540}
2016-10-24 17:08:04 +00:00
..
duplicate-finder.cc Separate DuplicateFinder from Scanner. 2016-08-25 11:58:17 +00:00
duplicate-finder.h Instead of having a hashmap with a function pointer defining its 2016-09-30 16:17:06 +00:00
expression-classifier.h Remove now-unused TailCallExpressionProduction from ExpressionClassifier 2016-10-06 17:53:39 +00:00
func-name-inferrer.cc [parser] improve inferred function names for async arrow functions 2016-08-12 22:47:11 +00:00
func-name-inferrer.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
OWNERS Add vogelheim to src/parsing/OWNERS 2016-06-09 14:46:34 +00:00
parameter-initializer-rewriter.cc Split the AST representation of class properties from object properties. 2016-09-06 17:43:51 +00:00
parameter-initializer-rewriter.h Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
parse-info.cc [parser] Deprecate ParseInfo constructor taking closure. 2016-10-17 10:27:29 +00:00
parse-info.h [parser] Deprecate ParseInfo constructor taking closure. 2016-10-17 10:27:29 +00:00
parser-base.h Move function length tracking from Scope to (Pre)?ParserFormalParameters. 2016-10-13 12:34:54 +00:00
parser.cc Remove unused parsing related histograms. 2016-10-24 17:08:04 +00:00
parser.h Remove unused parsing related histograms. 2016-10-24 17:08:04 +00:00
pattern-rewriter.cc [cleanup] Remove dead code from Variable and simplify PatternRewriter slightly 2016-10-07 18:53:19 +00:00
preparse-data-format.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
preparse-data.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
preparse-data.h Remove "is function lazy" logic from Preparser + tiny error reporting refactoring. 2016-10-14 13:21:12 +00:00
preparser.cc Add support to trace preparsing decisions 2016-10-18 08:00:35 +00:00
preparser.h Drop Lazy from parser method names and events 2016-10-14 14:09:27 +00:00
rewriter.cc Only rewrite all statements in a block if we're in a breakable scope 2016-10-21 08:51:28 +00:00
rewriter.h Separate Scope into DeclarationScope and Scope 2016-08-05 14:34:04 +00:00
scanner-character-streams.cc Fix bad-char handling in utf-8 streaming streams. Also add test. 2016-10-05 17:18:58 +00:00
scanner-character-streams.h Rework scanner-character-streams. 2016-09-16 08:29:52 +00:00
scanner.cc [parser] Use Back2() where appropriate. 2016-09-23 13:16:19 +00:00
scanner.h [parser] Use Back2() where appropriate. 2016-09-23 13:16:19 +00:00
token.cc Scanner::LiteralBuffer usage cleanup. 2016-08-17 10:08:59 +00:00
token.h Disallow 'await' in object literal shorthand position 2016-08-22 18:04:01 +00:00