Definition at line 51 of file streaming-decoder.cc.
◆ SectionBuffer()
v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::SectionBuffer |
( |
uint32_t | module_offset, |
|
|
uint8_t | id, |
|
|
size_t | payload_length, |
|
|
base::Vector< const uint8_t > | length_bytes ) |
|
inline |
◆ bytes()
base::Vector< uint8_t > v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::bytes |
( |
| ) |
const |
|
inline |
◆ GetCode()
base::Vector< const uint8_t > v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::GetCode |
( |
WireBytesRef | ref | ) |
const |
|
inlinefinalvirtual |
◆ GetModuleBytes()
std::optional< ModuleWireBytes > v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::GetModuleBytes |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ length()
size_t v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::length |
( |
| ) |
const |
|
inline |
◆ module_offset()
uint32_t v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::module_offset |
( |
| ) |
const |
|
inline |
◆ payload()
base::Vector< uint8_t > v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::payload |
( |
| ) |
const |
|
inline |
◆ payload_offset()
size_t v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::payload_offset |
( |
| ) |
const |
|
inline |
◆ section_code()
SectionCode v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::section_code |
( |
| ) |
const |
|
inline |
◆ bytes_
const base::OwnedVector<uint8_t> v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::bytes_ |
|
private |
◆ module_offset_
const uint32_t v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::module_offset_ |
|
private |
◆ payload_offset_
const size_t v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer::payload_offset_ |
|
private |
The documentation for this class was generated from the following file: