nested_scope_chain_ 11229 src/runtime.cc if (scope_info->Type() != EVAL_SCOPE) nested_scope_chain_.Add(scope_info); nested_scope_chain_ 11286 src/runtime.cc if (nested_scope_chain_.is_empty()) { nested_scope_chain_ 11289 src/runtime.cc if (nested_scope_chain_.last()->HasContext()) { nested_scope_chain_ 11293 src/runtime.cc nested_scope_chain_.RemoveLast(); nested_scope_chain_ 11299 src/runtime.cc if (!nested_scope_chain_.is_empty()) { nested_scope_chain_ 11300 src/runtime.cc Handle<ScopeInfo> scope_info = nested_scope_chain_.last(); nested_scope_chain_ 11353 src/runtime.cc ASSERT(nested_scope_chain_.length() == 1); nested_scope_chain_ 11373 src/runtime.cc if (!nested_scope_chain_.is_empty()) { nested_scope_chain_ 11374 src/runtime.cc return nested_scope_chain_.last(); nested_scope_chain_ 11387 src/runtime.cc nested_scope_chain_.is_empty()) { nested_scope_chain_ 11389 src/runtime.cc } else if (nested_scope_chain_.last()->HasContext()) { nested_scope_chain_ 11455 src/runtime.cc List<Handle<ScopeInfo> > nested_scope_chain_; nested_scope_chain_ 11461 src/runtime.cc scope->GetNestedScopeChain(&nested_scope_chain_, source_position);