Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h743 void ExpectSemicolon(bool* ok) { in ExpectSemicolon() function
2399 ExpectSemicolon(CHECK_OK_CUSTOM(NullLiteralProperty)); in ParseClassPropertyDefinition()
5175 ExpectSemicolon(CHECK_OK); in ParseVariableStatement()
5190 ExpectSemicolon(CHECK_OK); in ParseDebuggerStatement()
5263 ExpectSemicolon(CHECK_OK); in ParseExpressionOrLabelledStatement()
5331 ExpectSemicolon(CHECK_OK); in ParseContinueStatement()
5355 ExpectSemicolon(CHECK_OK); in ParseBreakStatement()
5370 ExpectSemicolon(CHECK_OK); in ParseBreakStatement()
5409 ExpectSemicolon(CHECK_OK); in ParseReturnStatement()
5527 ExpectSemicolon(CHECK_OK); in ParseThrowStatement()
Dparser.cc1075 ExpectSemicolon(CHECK_OK_VOID); in ParseImportDeclaration()
1122 ExpectSemicolon(CHECK_OK_VOID); in ParseImportDeclaration()
1211 ExpectSemicolon(CHECK_OK); in ParseExportDefault()
1249 ExpectSemicolon(CHECK_OK); in ParseExportDeclaration()
1280 ExpectSemicolon(CHECK_OK); in ParseExportDeclaration()