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

  /external/v8/src/
scopes.h 96 Scope(Scope* outer_scope, Type type);
204 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
compiler.cc 63 while (top->outer_scope() != NULL) top = top->outer_scope();
scopes.cc 139 Scope::Scope(Scope* outer_scope, Type type)
140 : outer_scope_(outer_scope),
166 ASSERT((type == GLOBAL_SCOPE || type == EVAL_SCOPE) == (outer_scope == NULL));
213 scope = scope->outer_scope()) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3258 string outer_scope; local
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 458 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) {
    [all...]
  /external/v8/src/x64/
codegen-x64.cc     [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 416 for (Scope* s = scope(); s != slot->var()->scope(); s = s->outer_scope()) {
    [all...]

Completed in 705 milliseconds