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

Unified Diff: src/ast/scopes.h

Issue 2411873004: [ignition] Eliminate hole checks where statically possible for loads and stores (Closed)
Patch Set: Rebased 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 | « src/ast/ast.cc ('k') | 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 d25730c972fdafc12ab91a1a3e63554a0114aaaf..dbcfda0cfae828e83dc1d1215e37b887b69e17b3 100644
--- a/src/ast/scopes.h
+++ b/src/ast/scopes.h
@@ -863,9 +863,9 @@ class ModuleScope final : public DeclarationScope {
return module_descriptor_;
}
- // Set MODULE as VariableLocation for all variables that will live in some
- // module's export table.
- void AllocateModuleVariables();
+ // Set MODULE as VariableLocation for all variables that will live in this
+ // module's export table. Imports are allocated by the parser.
+ void AllocateModuleExports();
private:
ModuleDescriptor* module_descriptor_;
« no previous file with comments | « src/ast/ast.cc ('k') | src/ast/scopes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698