Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1250 StatementT ParseScopedStatement(ZoneList<const AstRawString*>* labels,
4629 typename ParserBase<Impl>::StatementT ParserBase<Impl>::ParseScopedStatement( in ParseScopedStatement() function
4731 return ParseScopedStatement(labels, true, ok); in ParseExpressionOrLabelledStatement()
4762 StatementT then_statement = ParseScopedStatement(labels, false, CHECK_OK); in ParseIfStatement()
4765 else_statement = ParseScopedStatement(labels, false, CHECK_OK); in ParseIfStatement()
4920 body = ParseScopedStatement(labels, true, CHECK_OK); in ParseWithStatement()
4936 StatementT body = ParseScopedStatement(nullptr, true, CHECK_OK); in ParseDoWhileStatement()
4966 StatementT body = ParseScopedStatement(nullptr, true, CHECK_OK); in ParseWhileStatement()
5224 StatementT body = ParseScopedStatement(nullptr, true, CHECK_OK); in ParseForStatement()
5309 StatementT body = ParseScopedStatement(nullptr, true, CHECK_OK); in ParseForStatement()
[all …]