Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc501 ExpectSemicolon(CHECK_OK); in ParseVariableStatement()
723 ExpectSemicolon(CHECK_OK); in ParseExpressionOrLabelledStatement()
762 ExpectSemicolon(CHECK_OK); in ParseContinueStatement()
780 ExpectSemicolon(CHECK_OK); in ParseBreakStatement()
815 ExpectSemicolon(CHECK_OK); in ParseReturnStatement()
1027 ExpectSemicolon(ok); in ParseThrowStatement()
1085 ExpectSemicolon(ok); in ParseDebuggerStatement()
Dparser.cc1489 ExpectSemicolon(CHECK_OK); in ParseImportDeclaration()
1547 ExpectSemicolon(CHECK_OK); in ParseImportDeclaration()
1580 ExpectSemicolon(CHECK_OK); in ParseExportDefault()
1628 ExpectSemicolon(CHECK_OK); in ParseExportDeclaration()
1659 ExpectSemicolon(CHECK_OK); in ParseExportDeclaration()
2285 ExpectSemicolon(CHECK_OK); in ParseVariableStatement()
2599 ExpectSemicolon(CHECK_OK); in ParseExpressionOrLabelledStatement()
2651 ExpectSemicolon(CHECK_OK); in ParseContinueStatement()
2673 ExpectSemicolon(CHECK_OK); in ParseBreakStatement()
2688 ExpectSemicolon(CHECK_OK); in ParseBreakStatement()
[all …]
Dparser-base.h403 void ExpectSemicolon(bool* ok) { in ExpectSemicolon() function