Home | History | Annotate | Download | only in ast

Lines Matching full:modulescope

86 // and ModuleScope. DeclarationScope is used for any scope that hosts 'var'
88 // scope. ModuleScope further specializes DeclarationScope.
109 ModuleScope* AsModuleScope();
110 const ModuleScope* AsModuleScope() const;
408 ModuleScope* GetModuleScope();
944 class ModuleScope final : public DeclarationScope {
946 ModuleScope(DeclarationScope* script_scope,
953 ModuleScope(Isolate* isolate, Handle<ScopeInfo> scope_info,