V8 Project
|
Functions | |
unsigned | CopyCharsHelper (uint16_t *dest, unsigned length, const uint8_t *src, unsigned *src_pos, unsigned src_length, ScriptCompiler::StreamedSource::Encoding encoding) |
unsigned v8::internal::anonymous_namespace{scanner-character-streams.cc}::CopyCharsHelper | ( | uint16_t * | dest, |
unsigned | length, | ||
const uint8_t * | src, | ||
unsigned * | src_pos, | ||
unsigned | src_length, | ||
ScriptCompiler::StreamedSource::Encoding | encoding | ||
) |
Definition at line 18 of file scanner-character-streams.cc.
References v8::internal::Utf8ToUtf16CharacterStream::CopyChars(), DCHECK, v8::ScriptCompiler::StreamedSource::ONE_BYTE, v8::ScriptCompiler::StreamedSource::TWO_BYTE, and v8::ScriptCompiler::StreamedSource::UTF8.
Referenced by v8::internal::ExternalStreamingStream::FillBuffer(), and v8::internal::ExternalStreamingStream::HandleUtf8SplitCharacters().