HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_OK (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
preparser.cc 165 #define CHECK_OK ok); \
213 Statement statement = ParseSourceElement(CHECK_OK);
226 #undef CHECK_OK
227 #define CHECK_OK ok); \
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);
    [all...]
parser.cc 323 // The CHECK_OK macro is a convenient macro to enforce error
330 #define CHECK_OK ok); \
    [all...]
preparser.h     [all...]

Completed in 180 milliseconds