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

  /external/v8/src/
scopes.cc 661 outer = outer->DeclarationScope();
682 Scope* Scope::DeclarationScope() {
    [all...]
parser.h 570 Scope* DeclarationScope(VariableMode mode) {
572 ? top_scope_ : top_scope_->DeclarationScope();

Completed in 97 milliseconds