Searched refs:parent_scope (Results 1 – 2 of 2) sorted by relevance
403 SetParentScope (SymbolContextScope *parent_scope) in SetParentScope() argument405 m_parent_scope = parent_scope; in SetParentScope()
577 V8_INLINE Scope* NewScope(Scope* parent_scope, ScopeType scope_type);863 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type) { in NewScope() argument864 return parser_->NewScope(parent_scope, scope_type); in NewScope()