HomeSort by relevance Sort by last modified time
    Searched defs:outer_scope (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ast/
scopes.h 94 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type);
144 // Inserts outer_scope into this scope's scope chain (and removes this
147 void ReplaceOuterScope(Scope* outer_scope);
240 for (Scope* scope = outer_scope(); scope != nullptr;
241 scope = scope->outer_scope()) {
358 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
589 MaybeHandle<ScopeInfo> outer_scope);
591 MaybeHandle<ScopeInfo> outer_scope);
616 DeclarationScope(Zone* zone, Scope* outer_scope, ScopeType scope_type,
    [all...]
scopes.cc 140 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type)
142 outer_scope_(outer_scope),
147 set_language_mode(outer_scope->language_mode());
149 !is_function_scope() && outer_scope->has_forced_context_allocation();
174 DeclarationScope::DeclarationScope(Zone* zone, Scope* outer_scope,
177 : Scope(zone, outer_scope, scope_type),
380 Scope* outer_scope = nullptr; local
384 outer_scope = new (zone) Scope(zone, WITH_SCOPE, handle(scope_info));
389 outer_scope->set_is_debug_evaluate_scope();
401 outer_scope
521 Scope* outer_scope = decl_scope->outer_scope(); local
1275 MaybeHandle<ScopeInfo> outer_scope; local
    [all...]
  /external/v8/src/
compiler.cc 422 Scope* outer_scope = info->scope()->GetOuterScopeWithContext(); local
423 if (outer_scope) {
424 shared->set_outer_scope_info(*outer_scope->scope_info());
1847 Scope* outer_scope = literal->scope()->GetOuterScopeWithContext(); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 4610 string outer_scope; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 4235 Scope* outer_scope = scope(); local
4401 Scope* outer_scope = NULL; local
4434 Scope* outer_scope = NULL; local
    [all...]

Completed in 131 milliseconds