Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc526 ZoneMap<int, const AstRawString*> names_to_declare(zone()); in HoistSloppyBlockFunctions() local
590 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()