Searched defs:expected_tokens (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc619 i::Token::Value* expected_tokens,
627 i::Token::Value expected = expected_tokens[i];
634 } while (expected_tokens[i] != i::Token::ILLEGAL);
618 TestStreamScanner(i::Utf16CharacterStream* stream, i::Token::Value* expected_tokens, int skip_pos = 0, int skip_to = 0) argument
/external/v8/test/cctest/
H A Dtest-parsing.cc617 i::Token::Value* expected_tokens,
625 i::Token::Value expected = expected_tokens[i];
632 } while (expected_tokens[i] != i::Token::ILLEGAL);
616 TestStreamScanner(i::Utf16CharacterStream* stream, i::Token::Value* expected_tokens, int skip_pos = 0, int skip_to = 0) argument

Completed in 74 milliseconds