.. |
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
|
Drop unused end-position from VariableProxy
|
2016-10-25 07:59:29 +00:00 |
parser.cc
|
Drop unused end-position from VariableProxy
|
2016-10-25 07:59:29 +00:00 |
parser.h
|
Drop unused end-position from VariableProxy
|
2016-10-25 07:59:29 +00:00 |
pattern-rewriter.cc
|
Drop unused end-position from VariableProxy
|
2016-10-25 07:59:29 +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
|
Drop unused end-position from VariableProxy
|
2016-10-25 07:59:29 +00:00 |
preparser.h
|
Drop unused end-position from VariableProxy
|
2016-10-25 07:59:29 +00:00 |
rewriter.cc
|
Simplify and fix the rewriter
|
2016-10-24 19:23:03 +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 |