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

  /external/v8/src/ast/
scopes.h 92 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type,
116 // Inserts outer_scope into this scope's scope chain (and removes this
119 void ReplaceOuterScope(Scope* outer_scope);
382 if (outer_scope() == nullptr) return nullptr;
383 return outer_scope()->NearestOuterEvalScope();
484 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 5770 i::Scope* outer_scope = module_scope->outer_scope(); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3991 string outer_scope; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 4718 Scope* outer_scope = scope(); local
4883 Scope* outer_scope = NULL; local
4915 Scope* outer_scope = NULL; local
    [all...]

Completed in 71 milliseconds