Searched refs:GetNodeScope (Results 1 – 2 of 2) sorted by relevance
134 Scope* GetNodeScope(const AstNode* node, bool reset_scope = false);168 : activator_(declarations->GetNodeScope(node)) {} in NodeScopeActivator()186 : activator_(declarations->GetNodeScope(node, true)) {} in CleanNodeScopeActivator()
21 Scope* Declarations::GetNodeScope(const AstNode* node, bool reset_scope) { in GetNodeScope() function in v8::internal::torque::Declarations