![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <compilation-environment.h>
Public Member Functions | |
| virtual | ~WireBytesStorage ()=default |
| virtual base::Vector< const uint8_t > | GetCode (WireBytesRef) const =0 |
| virtual std::optional< ModuleWireBytes > | GetModuleBytes () const =0 |
Definition at line 82 of file compilation-environment.h.
|
virtualdefault |
|
pure virtual |
Implemented in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer.
|
pure virtual |
Implemented in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer.