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

  /external/v8/src/
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,
d8.cc 1083 HandleScope outer_scope; local
1131 HandleScope outer_scope; local
    [all...]
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...]
  /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...]

Completed in 215 milliseconds