Searched refs:CHECK_OK_VOID (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 148 #define CHECK_OK_VOID CHECK_OK_VALUE(this->Void()) macro 681 arguments_for_wrapped_function, CHECK_OK_VOID); in ParseWrapped() 931 Statement* stat = ParseModuleItem(CHECK_OK_VOID); in ParseModuleItemList() 1067 Expect(Token::IMPORT, CHECK_OK_VOID); in ParseImportDeclaration() 1074 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK_VOID); in ParseImportDeclaration() 1075 ExpectSemicolon(CHECK_OK_VOID); in ParseImportDeclaration() 1085 ParseIdentifier(kDontAllowRestrictedIdentifiers, CHECK_OK_VOID); in ParseImportDeclaration() 1088 kNeedsInitialization, pos, CHECK_OK_VOID); in ParseImportDeclaration() 1099 ExpectContextualKeyword(Token::AS, CHECK_OK_VOID); in ParseImportDeclaration() 1101 ParseIdentifier(kDontAllowRestrictedIdentifiers, CHECK_OK_VOID); in ParseImportDeclaration() [all …]
|
D | preparser.cc | 37 #define CHECK_OK_VOID CHECK_OK_VALUE(this->Void()) macro
|
D | parser-base.h | 159 #define CHECK_OK_VOID ok); \ macro 4227 ParseAsyncFunctionBody(inner_scope, body, CHECK_OK_VOID); in ParseFunctionBody() 4229 ParseStatementList(body, closing_token, CHECK_OK_VOID); in ParseFunctionBody() 4239 Expect(closing_token, CHECK_OK_VOID); in ParseFunctionBody() 4248 impl()->BuildParameterInitializationBlock(parameters, CHECK_OK_VOID); in ParseFunctionBody() 4261 impl()->CheckConflictingVarDeclarations(inner_scope, CHECK_OK_VOID); in ParseFunctionBody() 4597 ExpressionT expression = ParseAssignmentExpression(accept_IN, CHECK_OK_VOID); in ParseSingleExpressionFunctionBody() 4598 ValidateExpression(CHECK_OK_VOID); in ParseSingleExpressionFunctionBody() 4602 impl()->RewriteAsyncFunctionBody(body, block, expression, CHECK_OK_VOID); in ParseSingleExpressionFunctionBody() 4613 ParseStatementList(block->statements(), Token::RBRACE, CHECK_OK_VOID); in ParseAsyncFunctionBody() [all …]
|