Home | History | Annotate | Download | only in parsing

Lines Matching full:modulescope

658   ModuleScope* NewModuleScope(DeclarationScope* parent) const {
659 return new (zone()) ModuleScope(parent, ast_value_factory());