Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: src/contexts.cc

Issue 2108193003: [modules] AST and parser rework. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@anonymous-declarations
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/ast-loop-assignment-analyzer.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.cc
diff --git a/src/contexts.cc b/src/contexts.cc
index aa46b4793170a41c755d3f5c8b86f4678c0ba8f8..d6b58627de1794d7a87d03bd115cf1763644589f 100644
--- a/src/contexts.cc
+++ b/src/contexts.cc
@@ -203,6 +203,7 @@ static void GetAttributesAndBindingFlags(VariableMode mode,
? BINDING_CHECK_INITIALIZED
: BINDING_IS_INITIALIZED;
break;
+ case IMPORT: // TODO(neis): Make sure this is what we want for IMPORT.
case DYNAMIC:
case DYNAMIC_GLOBAL:
case DYNAMIC_LOCAL:
« no previous file with comments | « src/compiler/ast-loop-assignment-analyzer.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698