Home | History | Annotate | Download | only in src

Lines Matching refs:scope_type

577   V8_INLINE Scope* NewScope(Scope* parent_scope, ScopeType scope_type);
863 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type) {
864 return parser_->NewScope(parent_scope, scope_type);