Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h3883 auto declaration_end = scope()->declarations()->end(); in ParseFormalParameter() local
3885 for (; declaration_it != declaration_end; ++declaration_it) { in ParseFormalParameter()
4099 auto declaration_end = target_scope->declarations()->end(); in ParseVariableDeclarations() local
4100 for (; declaration_it != declaration_end; ++declaration_it) { in ParseVariableDeclarations()
5928 auto declaration_end = scope()->declarations()->end(); in ParseTryStatement() local
5929 for (; declaration_it != declaration_end; ++declaration_it) { in ParseTryStatement()

Completed in 10 milliseconds