#include <streaming-decoder.h>
Definition at line 69 of file streaming-decoder.h.
◆ MoreFunctionsCanBeSerializedCallback
Initial value:
std::function<
void(
const std::shared_ptr<NativeModule>&)>
typedef void(VECTORCALL PWasmOp)(const uint8_t *code
Definition at line 87 of file streaming-decoder.h.
◆ ~StreamingDecoder()
virtual v8::internal::wasm::StreamingDecoder::~StreamingDecoder |
( |
| ) |
|
|
virtualdefault |
◆ Abort()
virtual void v8::internal::wasm::StreamingDecoder::Abort |
( |
| ) |
|
|
pure virtual |
◆ CreateAsyncStreamingDecoder()
◆ CreateSyncStreamingDecoder()
◆ deserializing()
bool v8::internal::wasm::StreamingDecoder::deserializing |
( |
| ) |
const |
|
inlineprotected |
◆ Finish()
virtual void v8::internal::wasm::StreamingDecoder::Finish |
( |
bool | can_use_compiled_module = true | ) |
|
|
pure virtual |
◆ NotifyCompilationDiscarded()
virtual void v8::internal::wasm::StreamingDecoder::NotifyCompilationDiscarded |
( |
| ) |
|
|
pure virtual |
◆ NotifyNativeModuleCreated()
virtual void v8::internal::wasm::StreamingDecoder::NotifyNativeModuleCreated |
( |
const std::shared_ptr< NativeModule > & | native_module | ) |
|
|
pure virtual |
◆ OnBytesReceived()
virtual void v8::internal::wasm::StreamingDecoder::OnBytesReceived |
( |
base::Vector< const uint8_t > | bytes | ) |
|
|
pure virtual |
◆ SetCompiledModuleBytes()
void v8::internal::wasm::StreamingDecoder::SetCompiledModuleBytes |
( |
base::Vector< const uint8_t > | bytes | ) |
|
|
inline |
◆ SetMoreFunctionsCanBeSerializedCallback()
◆ SetUrl()
void v8::internal::wasm::StreamingDecoder::SetUrl |
( |
base::Vector< const char > | url | ) |
|
|
inline |
◆ shared_url()
std::shared_ptr< const std::string > v8::internal::wasm::StreamingDecoder::shared_url |
( |
| ) |
const |
|
inline |
◆ url()
const std::string & v8::internal::wasm::StreamingDecoder::url |
( |
| ) |
const |
|
inline |
◆ compiled_module_bytes_
base::Vector<const uint8_t> v8::internal::wasm::StreamingDecoder::compiled_module_bytes_ |
|
protected |
◆ more_functions_can_be_serialized_callback_
◆ url_
const std::shared_ptr<std::string> v8::internal::wasm::StreamingDecoder::url_ = std::make_shared<std::string>() |
|
protected |
The documentation for this class was generated from the following files: