![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
DecodeFunctionLength (SectionBuffer *section_buffer, size_t buffer_offset, size_t num_remaining_functions) | |
std::unique_ptr< DecodingState > | NextWithValue (AsyncStreamingDecoder *streaming) override |
![]() | |
DecodeVarInt32 (size_t max_value, const char *field_name) | |
base::Vector< uint8_t > | buffer () override |
size_t | ReadBytes (AsyncStreamingDecoder *streaming, base::Vector< const uint8_t > bytes) override |
std::unique_ptr< DecodingState > | Next (AsyncStreamingDecoder *streaming) override |
![]() | |
virtual | ~DecodingState ()=default |
size_t | offset () const |
void | set_offset (size_t value) |
virtual bool | is_finishing_allowed () const |
Private Attributes | |
SectionBuffer *const | section_buffer_ |
const size_t | buffer_offset_ |
const size_t | num_remaining_functions_ |
Additional Inherited Members | |
![]() | |
uint8_t | byte_buffer_ [kMaxVarInt32Size] |
const size_t | max_value_ |
const char *const | field_name_ |
size_t | value_ = 0 |
size_t | bytes_consumed_ = 0 |
Definition at line 512 of file streaming-decoder.cc.
|
inlineexplicit |
Definition at line 514 of file streaming-decoder.cc.
|
overridevirtual |
Implements v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32.
Definition at line 713 of file streaming-decoder.cc.
|
private |
Definition at line 530 of file streaming-decoder.cc.
|
private |
Definition at line 531 of file streaming-decoder.cc.
|
private |
Definition at line 529 of file streaming-decoder.cc.