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

  /external/v8/src/
scopes.cc 102 Scope::Scope(Scope* outer_scope, ScopeType type)
114 SetDefaults(type, outer_scope, Handle<ScopeInfo>::null());
118 ASSERT_EQ(type == GLOBAL_SCOPE, outer_scope == NULL);
171 Scope* outer_scope,
173 outer_scope_ = outer_scope;
185 language_mode_ = (outer_scope != NULL)
186 ? outer_scope->language_mode_ : CLASSIC_MODE;
216 for (Scope* s = innermost_scope; s != NULL; s = s->outer_scope()) {
258 !top->outer_scope()->already_resolved()) {
259 top = top->outer_scope();
    [all...]
scopes.h 90 Scope(Scope* outer_scope, ScopeType type);
341 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
604 Scope* outer_scope,
liveedit.cc 854 Scope* outer_scope = scope->outer_scope(); local
855 if (outer_scope == NULL) {
859 ZoneList<Variable*> stack_list(outer_scope->StackLocalCount());
860 ZoneList<Variable*> context_list(outer_scope->ContextLocalCount());
861 outer_scope->CollectStackAndContextLocals(&stack_list, &context_list);
880 outer_scope = outer_scope->outer_scope();
881 } while (outer_scope != NULL)
    [all...]
d8.cc 1083 HandleScope outer_scope; local
1131 HandleScope outer_scope; local
    [all...]
parser.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc 1346 v8::HandleScope outer_scope; local
1383 v8::HandleScope outer_scope; local
1418 v8::HandleScope outer_scope; local
1453 v8::HandleScope outer_scope; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3258 string outer_scope; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 665 milliseconds