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

Unified Diff: src/ast/modules.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/ast/modules.cc
diff --git a/src/ast/modules.cc b/src/ast/modules.cc
index 286a117b3f506791c5ce1c02cd1100e1532dfdbb..be1355e875027900e4d45995967c2f59c1329536 100644
--- a/src/ast/modules.cc
+++ b/src/ast/modules.cc
@@ -122,5 +122,6 @@ bool ModuleDescriptor::Validate(
return true;
}
+
adamk 2016/08/02 16:34:31 Can probably just drop this file from the CL :)
} // namespace internal
} // namespace v8
« no previous file with comments | « src/ast/modules.h ('k') | src/ast/prettyprinter.cc » ('j') | src/ast/scopes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698