Home | History | Annotate | Download | only in src

Lines Matching refs:scope_

921       scope_ = stmt->block_scope();
922 Handle<ScopeInfo> scope_info = scope_->GetScopeInfo();
938 VisitDeclarations(scope_->declarations());
943 scope_ = saved_scope;
1235 scope_ = stmt->scope();
1236 ASSERT(scope_->declarations()->is_empty());
1243 scope_ = saved_scope;