v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Utf8ExternalStreamingStream::StreamPosition Struct Reference
Collaboration diagram for v8::internal::Utf8ExternalStreamingStream::StreamPosition:

Public Attributes

size_t bytes
 
size_t chars
 
uint32_t incomplete_char
 
unibrow::Utf8::State state
 

Detailed Description

Definition at line 552 of file scanner-character-streams.cc.

Member Data Documentation

◆ bytes

size_t v8::internal::Utf8ExternalStreamingStream::StreamPosition::bytes

Definition at line 553 of file scanner-character-streams.cc.

◆ chars

size_t v8::internal::Utf8ExternalStreamingStream::StreamPosition::chars

Definition at line 554 of file scanner-character-streams.cc.

◆ incomplete_char

uint32_t v8::internal::Utf8ExternalStreamingStream::StreamPosition::incomplete_char

Definition at line 555 of file scanner-character-streams.cc.

◆ state

unibrow::Utf8::State v8::internal::Utf8ExternalStreamingStream::StreamPosition::state

Definition at line 556 of file scanner-character-streams.cc.


The documentation for this struct was generated from the following file: