Searched defs:CHECK_OK (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.cc165 #define CHECK_OK ok); \ macro
213 Statement statement = ParseSourceElement(CHECK_OK);
226 #undef CHECK_OK macro
227 #define CHECK_OK ok); \ macro
303 Statement statement = ParseFunctionDeclaration(CHECK_OK);
317 return ParseClassDeclaration(CHECK_OK);
344 Expect(Token::FUNCTION, CHECK_OK);
349 &is_strict_reserved, CHECK_OK);
354 FunctionLiteral::NORMAL_ARITY, CHECK_OK);
360 Expect(Token::CLASS, CHECK_OK);
815 #undef CHECK_OK macro
816 #define CHECK_OK macro
957 #undef CHECK_OK macro
[all...]
H A Dparser.cc323 // The CHECK_OK macro is a convenient macro to enforce error
330 #define CHECK_OK ok); \ macro
1073 stat = ParseModuleElement(NULL, CHECK_OK);
1075 stat = ParseBlockElement(NULL, CHECK_OK);
1173 Statement* stmt = ParseStatement(labels, CHECK_OK);
1200 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK);
1207 Module* module = ParseModule(CHECK_OK);
1211 Declare(declaration, true, CHECK_OK);
1241 Expect(Token::ASSIGN, CHECK_OK);
1242 Module* result = ParseModulePath(CHECK_OK);
[all...]
H A Dpreparser.h1735 #define CHECK_OK ok); \ macro
1788 IdentifierT name = ParseIdentifier(kAllowEvalOrArguments, CHECK_OK);
1800 result = this->ParseRegExpLiteral(true, CHECK_OK);
1804 result = this->ParseRegExpLiteral(false, CHECK_OK);
1808 result = this->ParseArrayLiteral(CHECK_OK);
1812 result = this->ParseObjectLiteral(CHECK_OK);
1822 pos, this->EmptyArrowParamList(), CHECK_OK);
1827 result = this->ParseExpression(true, CHECK_OK);
1829 Expect(Token::RPAREN, CHECK_OK);
1841 CHECK_OK);
2806 #undef CHECK_OK macro
[all...]

Completed in 67 milliseconds