Searched refs:decl_scope (Results 1 – 1 of 1) sorted by relevance
517 DeclarationScope* decl_scope = this; in HoistSloppyBlockFunctions() local518 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()