Searched defs:outer_scope (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc70 Scope::Scope(Scope* outer_scope, ScopeType scope_type, argument
86 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
88 DCHECK(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
150 Scope* outer_scope,
152 outer_scope_ = outer_scope;
164 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
166 strict_mode_ = outer_scope != NULL ? outer_scope->strict_mode_ : SLOPPY;
170 force_context_allocation_ = (outer_scope !
149 SetDefaults(ScopeType scope_type, Scope* outer_scope, Handle<ScopeInfo> scope_info) argument
[all...]
H A Dscopes.h75 Scope(Scope* outer_scope, ScopeType scope_type,
333 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
620 Scope* outer_scope,
H A Dpreparser.h941 explicit PreParserScope(PreParserScope* outer_scope, ScopeType scope_type, argument
944 strict_mode_ = outer_scope ? outer_scope->strict_mode() : SLOPPY;
1252 PreParserScope NewScope(PreParserScope* outer_scope, ScopeType scope_type) { argument
1253 return PreParserScope(outer_scope, scope_type);
H A Dhydrogen.cc4532 Scope* outer_scope = scope(); local
4534 BreakAndContinueInfo break_info(stmt, outer_scope);
4564 set_scope(outer_scope);
4687 Scope* outer_scope = NULL; local
4692 &outer_scope, &drop_extra);
4695 int context_pop_count = inner_scope->ContextChainLength(outer_scope);
4719 Scope* outer_scope = NULL; local
4724 &outer_scope, &drop_extra);
4727 int context_pop_count = inner_scope->ContextChainLength(outer_scope);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc3652 string outer_scope; local
3654 outer_scope = file_->package();
3656 outer_scope = parent->containing_type()->full_name();
3659 if (outer_scope.empty()) {
3660 outer_scope = "the global scope";
3662 outer_scope = "\"" + outer_scope + "\"";
3670 + outer_scope + ", not just within \"" + parent->name() + "\".");
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc3258 string outer_scope; local
3260 outer_scope = file_->package();
3262 outer_scope = parent->containing_type()->full_name();
3265 if (outer_scope.empty()) {
3266 outer_scope = "the global scope";
3268 outer_scope = "\"" + outer_scope + "\"";
3276 + outer_scope + ", not just within \"" + parent->name() + "\".");

Completed in 544 milliseconds