HomeSort by relevance Sort by last modified time
    Searched full:decl_scope (Results 1 - 1 of 1) sorted by null

  /external/v8/src/ast/
scopes.cc 517 DeclarationScope* decl_scope = this; local
518 while (decl_scope->is_eval_scope()) {
519 decl_scope = decl_scope->outer_scope()->GetDeclarationScope();
521 Scope* outer_scope = decl_scope->outer_scope();
    [all...]

Completed in 890 milliseconds