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

  /external/v8/src/
scopes.h 103 Scope(Scope* outer_scope, Type type);
232 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
440 Scope* outer_scope,
scopes.cc 128 Scope::Scope(Scope* outer_scope, Type type)
135 SetDefaults(type, outer_scope, Handle<SerializedScopeInfo>::null());
139 ASSERT((type == GLOBAL_SCOPE || type == EVAL_SCOPE) == (outer_scope == NULL));
185 Scope* outer_scope,
187 outer_scope_ = outer_scope;
200 strict_mode_ = (outer_scope != NULL) && outer_scope->strict_mode_;
245 while (top->outer_scope() != NULL) top = top->outer_scope();
353 scope = scope->outer_scope()) {
    [all...]
liveedit.cc 763 Scope* outer_scope = scope->outer_scope(); local
764 if (outer_scope == NULL) {
769 outer_scope->CollectUsedVariables(&list);
808 outer_scope = outer_scope->outer_scope();
809 } while (outer_scope != NULL);
    [all...]
parser.cc     [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/x64/
full-codegen-x64.cc     [all...]

Completed in 555 milliseconds