![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
DecodeSectionPayload (SectionBuffer *section_buffer) | |
base::Vector< uint8_t > | buffer () override |
std::unique_ptr< DecodingState > | Next (AsyncStreamingDecoder *streaming) override |
![]() | |
virtual | ~DecodingState ()=default |
virtual size_t | ReadBytes (AsyncStreamingDecoder *streaming, base::Vector< const uint8_t > bytes) |
size_t | offset () const |
void | set_offset (size_t value) |
virtual bool | is_finishing_allowed () const |
Private Attributes | |
SectionBuffer *const | section_buffer_ |
Definition at line 485 of file streaming-decoder.cc.
|
inlineexplicit |
Definition at line 487 of file streaming-decoder.cc.
|
inlineoverridevirtual |
Implements v8::internal::wasm::AsyncStreamingDecoder::DecodingState.
Definition at line 490 of file streaming-decoder.cc.
|
overridevirtual |
Implements v8::internal::wasm::AsyncStreamingDecoder::DecodingState.
Definition at line 670 of file streaming-decoder.cc.
|
private |
Definition at line 496 of file streaming-decoder.cc.