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/ast/scopes.h

Issue 2458653002: [modules] Move MODULE variable back to Scopes, before resolution (Closed)
Patch Set: Addressed comments Created 4 years, 2 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 | « no previous file | src/ast/scopes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/scopes.h
diff --git a/src/ast/scopes.h b/src/ast/scopes.h
index bc147fb19e8b6e2fdbc3e2473291024eee5d13c9..e5e33f3b20eb2b00a2cab55a3ceb1864c9940957 100644
--- a/src/ast/scopes.h
+++ b/src/ast/scopes.h
@@ -862,9 +862,9 @@ class ModuleScope final : public DeclarationScope {
return module_descriptor_;
}
- // Set MODULE as VariableLocation for all variables that will live in this
- // module's export table. Imports are allocated by the parser.
- void AllocateModuleExports();
+ // Set MODULE as VariableLocation for all variables that will live in a
+ // module's export table.
+ void AllocateModuleVariables();
private:
ModuleDescriptor* module_descriptor_;
« no previous file with comments | « no previous file | src/ast/scopes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698