Home
last modified time | relevance | path

Searched refs:decl_scope (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ast/
Dscopes.cc517 DeclarationScope* decl_scope = this; in HoistSloppyBlockFunctions() local
518 while (decl_scope->is_eval_scope()) { in HoistSloppyBlockFunctions()
519 decl_scope = decl_scope->outer_scope()->GetDeclarationScope(); in HoistSloppyBlockFunctions()
521 Scope* outer_scope = decl_scope->outer_scope(); in HoistSloppyBlockFunctions()