![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| DecodeNumberOfFunctions (SectionBuffer *section_buffer) | |
| std::unique_ptr< DecodingState > | NextWithValue (AsyncStreamingDecoder *streaming) override |
Public Member Functions inherited from v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32 | |
| 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 |
Public Member Functions inherited from v8::internal::wasm::AsyncStreamingDecoder::DecodingState | |
| 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_ |
Additional Inherited Members | |
Protected Attributes inherited from v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32 | |
| 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 499 of file streaming-decoder.cc.
|
inlineexplicit |
Definition at line 501 of file streaming-decoder.cc.
|
overridevirtual |
Implements v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32.
Definition at line 679 of file streaming-decoder.cc.
|
private |
Definition at line 509 of file streaming-decoder.cc.