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

  /external/v8/src/
preparser.cc 140 #define CHECK_OK ok); \
177 Statement statement = ParseSourceElement(CHECK_OK);
191 #undef CHECK_OK
192 #define CHECK_OK ok); \
273 Statement statement = ParseFunctionDeclaration(CHECK_OK);
297 Expect(i::Token::FUNCTION, CHECK_OK);
299 Identifier identifier = ParseIdentifier(CHECK_OK);
302 Expression function_value = ParseFunctionLiteral(CHECK_OK);
326 Expect(i::Token::LBRACE, CHECK_OK);
329 ParseSourceElement(CHECK_OK);
    [all...]
parser.cc 513 // The CHECK_OK macro is a convenient macro to enforce error
520 #define CHECK_OK ok); \
    [all...]

Completed in 45 milliseconds