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

  /external/v8/src/
scanner-character-streams.h 16 class BufferedUtf16CharacterStream: public Utf16CharacterStream {
120 class ExternalTwoByteStringUtf16CharacterStream: public Utf16CharacterStream {
scanner.h 45 class Utf16CharacterStream {
47 Utf16CharacterStream() : pos_(0) { }
48 virtual ~Utf16CharacterStream() { }
348 void Initialize(Utf16CharacterStream* source);
633 // Input stream. Must be initialized to an Utf16CharacterStream.
634 Utf16CharacterStream* source_;
scanner-character-streams.cc 47 : Utf16CharacterStream(),
443 : Utf16CharacterStream(),
parser.h 677 FunctionLiteral* ParseLazy(Utf16CharacterStream* source);
    [all...]
scanner.cc 43 void Scanner::Initialize(Utf16CharacterStream* source) {
    [all...]
parser.cc 985 FunctionLiteral* Parser::ParseLazy(Utf16CharacterStream* source) {
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 711 void TestStreamScanner(i::Utf16CharacterStream* stream,
    [all...]

Completed in 179 milliseconds