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

Unified Diff: src/contexts.cc

Issue 2199283002: [modules] Introduce new VariableLocation for module imports/exports. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Comment Created 4 years, 4 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
Index: src/contexts.cc
diff --git a/src/contexts.cc b/src/contexts.cc
index 213115102a185fcb4d267da4bdd284cba93e0fe8..c510d9be50a230d825b79f80a7d25f33657c6013 100644
--- a/src/contexts.cc
+++ b/src/contexts.cc
@@ -202,7 +202,6 @@ 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:

Powered by Google App Engine
This is Rietveld 408576698