v8/src/ast
Georg Neis 6422aa925c [modules] Make debug-scopes handle synthetic variables
... by skipping over them. Such variables appear in the case of direct
namespace exports and default exports. (Actually, the name used for
default exports used to be "*default*" which is not recognized as
synthetic, so I'm renaming it here to ".default").

Bug: chromium:932111
Change-Id: I0554dae9614334fdc02e78606f2db47e92196429
Reviewed-on: https://chromium-review.googlesource.com/c/1494010
Commit-Queue: Georg Neis <neis@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60012}
2019-03-04 15:06:02 +00:00
..
ast-function-literal-id-reindexer.cc [cleanup] Refactor ast to use default members. 2018-09-14 07:04:04 +00:00
ast-function-literal-id-reindexer.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
ast-source-ranges.h [coverage] Rework continuation counter handling 2018-12-21 15:29:48 +00:00
ast-traversal-visitor.h [ast] Always visit all AST nodes, even dead nodes 2019-02-13 15:24:28 +00:00
ast-value-factory.cc [ubsan] Don't call memcpy with nullptr arguments 2019-01-25 20:53:45 +00:00
ast-value-factory.h [modules] Make debug-scopes handle synthetic variables 2019-03-04 15:06:02 +00:00
ast.cc [turbofan] Skip arguments adaptor when target cannot observe arguments. 2019-02-25 12:47:36 +00:00
ast.h [cleanup] Move ZoneSplayTree to its own header 2019-02-26 15:39:39 +00:00
modules.cc [modules] Don't deserialize module descriptor 2019-02-20 07:31:17 +00:00
modules.h [modules] Don't deserialize module descriptor 2019-02-20 07:31:17 +00:00
OWNERS Remove mtrofin and rossberg from OWNERS 2018-02-15 23:48:43 +00:00
prettyprinter.cc [cleanup] Start cleaning up utils.h 2019-02-26 10:22:05 +00:00
prettyprinter.h [parser] Various Scope and Context speedups 2019-01-28 13:06:03 +00:00
scopes.cc [modules] Don't deserialize module descriptor 2019-02-20 07:31:17 +00:00
scopes.h [cleanup] Move ZoneSplayTree to its own header 2019-02-26 15:39:39 +00:00
source-range-ast-visitor.cc [coverage] Extend SourceRangeAstVisitor for throw statements 2019-02-28 10:45:29 +00:00
source-range-ast-visitor.h [coverage] Rework continuation counter handling 2018-12-21 15:29:48 +00:00
variables.cc Fix a Jumbo breakage 2018-05-29 14:36:48 +00:00
variables.h [cleanup] Move ZoneSplayTree to its own header 2019-02-26 15:39:39 +00:00