Lines Matching full:hascontext
72 if (scope_info->HasContext()) {
137 if (HasContext() && CurrentContext()->closure() != NULL) {
172 if (nested_scope_chain_.last()->HasContext()) {
188 DCHECK(context_->IsFunctionContext() || !scope_info->HasContext());
203 DCHECK(!scope_info->HasContext() || context_->IsBlockContext());
265 bool ScopeIterator::HasContext() {
269 return nested_scope_chain_.last()->HasContext();
320 } else if (nested_scope_chain_.last()->HasContext()) {
471 if (!scope_info->HasContext()) return local_scope;
550 if (scope_info->HasContext()) context = CurrentContext();
644 if (scope_info->HasContext()) {
690 if (HasContext()) {