![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-engine.h>
Public Member Functions | |
Key (size_t prefix_hash, CompileTimeImports compile_imports, const base::Vector< const uint8_t > &bytes) | |
bool | operator== (const Key &other) const |
bool | operator< (const Key &other) const |
Public Attributes | |
size_t | prefix_hash |
CompileTimeImports | compile_imports |
base::Vector< const uint8_t > | bytes |
Definition at line 75 of file wasm-engine.h.
|
inline |
Definition at line 76 of file wasm-engine.h.
base::Vector<const uint8_t> v8::internal::wasm::NativeModuleCache::Key::bytes |
Definition at line 86 of file wasm-engine.h.
CompileTimeImports v8::internal::wasm::NativeModuleCache::Key::compile_imports |
Definition at line 85 of file wasm-engine.h.
size_t v8::internal::wasm::NativeModuleCache::Key::prefix_hash |
Definition at line 84 of file wasm-engine.h.