Searched refs:names_to_declare (Results 1 – 1 of 1) sorted by relevance
526 ZoneMap<int, const AstRawString*> names_to_declare(zone()); in HoistSloppyBlockFunctions() local590 names_to_declare.insert({delegate->index(), name}); in HoistSloppyBlockFunctions()606 if (names_to_declare.empty()) return; in HoistSloppyBlockFunctions()608 for (const auto& index_and_name : names_to_declare) { in HoistSloppyBlockFunctions()