Searched refs:NewModuleScope (Results 1 – 3 of 3) sorted by relevance
82 if (flags().is_module()) scope = NewModuleScope(scope); in PreParseProgram()
596 outer = NewModuleScope(info->script_scope()); in DoParseProgram()
778 ModuleScope* NewModuleScope(DeclarationScope* parent) const { in NewModuleScope() function