Home
last modified time | relevance | path

Searched refs:bound_names (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2257 for (const AstRawString* bound_name : for_info.bound_names) { in CreateForEachStatementTDZ()
2309 DCHECK_GT(for_info.bound_names.length(), 0); in DesugarLexicalBindingsInForStatement()
2313 factory()->NewBlock(for_info.bound_names.length() + 4, false); in DesugarLexicalBindingsInForStatement()
2322 for (const AstRawString* bound_name : for_info.bound_names) { in DesugarLexicalBindingsInForStatement()
2367 factory()->NewBlock(for_info.bound_names.length() + 3, true); in DesugarLexicalBindingsInForStatement()
2371 for (int i = 0; i < for_info.bound_names.length(); i++) { in DesugarLexicalBindingsInForStatement()
2373 for_info.bound_names[i], for_info.parsing_result.descriptor.mode, in DesugarLexicalBindingsInForStatement()
2459 for (int i = 0; i < for_info.bound_names.length(); i++) { in DesugarLexicalBindingsInForStatement()
H A Dpreparser.h1406 for (auto name : for_info.bound_names) { in CreateForEachStatementTDZ()
1420 for (auto name : for_info.bound_names) { in DesugarLexicalBindingsInForStatement()
H A Dparser-base.h580 : bound_names(1, parser->zone()), in ForInfo()
584 ZonePtrList<const AstRawString> bound_names; member
6028 &for_info.bound_names); in ParseForStatement()
6063 &for_info.bound_names); in ParseForStatement()
6270 if (for_info->bound_names.length() > 0 && in ParseStandardForLoopWithLexicalDeclarations()
6382 &for_info.bound_names); in ParseForAwaitStatement()

Completed in 24 milliseconds