Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc251 void ExpectSemicolon(bool* ok);
2028 ExpectSemicolon(CHECK_OK); in ParseVariableStatement()
2270 ExpectSemicolon(CHECK_OK); in ParseExpressionOrLabelledStatement()
2318 ExpectSemicolon(CHECK_OK); in ParseContinueStatement()
2351 ExpectSemicolon(CHECK_OK); in ParseBreakStatement()
2381 ExpectSemicolon(CHECK_OK); in ParseReturnStatement()
2386 ExpectSemicolon(CHECK_OK); in ParseReturnStatement()
2515 ExpectSemicolon(CHECK_OK); in ParseThrowStatement()
3207 ExpectSemicolon(CHECK_OK); in ParseDebuggerStatement()
3868 void Parser::ExpectSemicolon(bool* ok) { in ExpectSemicolon() function in v8::internal::Parser