Searched refs:NewModuleScope (Results 1 – 3 of 3) sorted by relevance
100 if (parsing_module_) scope = NewModuleScope(scope); in PreParseProgram()
556 outer = NewModuleScope(info->script_scope()); in DoParseProgram()
626 ModuleScope* NewModuleScope(DeclarationScope* parent) const { in NewModuleScope() function