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

  /external/v8/src/
scopes.cc 693 outer = outer->DeclarationScope();
737 Scope* Scope::DeclarationScope() {
    [all...]
parser.h 436 if (scope->DeclarationScope()->is_global_scope() &&
696 Scope* DeclarationScope(VariableMode mode) {
698 ? scope_ : scope_->DeclarationScope();
    [all...]

Completed in 1325 milliseconds