Searched refs:TestCharacterStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc521 void TestCharacterStream(const char* ascii_source, function
639 TestCharacterStream("abc\0\n\r\x7f", 7);
645 TestCharacterStream(buffer, kBigStringSize);
647 TestCharacterStream(buffer, kBigStringSize, 576, 3298);
649 TestCharacterStream("\0", 1);
650 TestCharacterStream("", 0);

Completed in 67 milliseconds