#include <wasm-module.h>
Definition at line 1030 of file wasm-module.h.
◆ ModuleWireBytes() [1/2]
v8::internal::wasm::ModuleWireBytes::ModuleWireBytes |
( |
base::Vector< const uint8_t > | module_bytes | ) |
|
|
inlineexplicit |
◆ ModuleWireBytes() [2/2]
v8::internal::wasm::ModuleWireBytes::ModuleWireBytes |
( |
const uint8_t * | start, |
|
|
const uint8_t * | end ) |
|
inlineconstexpr |
◆ BoundsCheck()
◆ end()
const uint8_t * v8::internal::wasm::ModuleWireBytes::end |
( |
| ) |
const |
|
inline |
◆ GetFunctionBytes()
base::Vector< const uint8_t > v8::internal::wasm::ModuleWireBytes::GetFunctionBytes |
( |
const WasmFunction * | function | ) |
const |
|
inline |
◆ GetNameOrNull() [1/2]
WasmName v8::internal::wasm::ModuleWireBytes::GetNameOrNull |
( |
int | func_index, |
|
|
const WasmModule * | module ) const |
◆ GetNameOrNull() [2/2]
◆ length()
size_t v8::internal::wasm::ModuleWireBytes::length |
( |
| ) |
const |
|
inline |
◆ module_bytes()
base::Vector< const uint8_t > v8::internal::wasm::ModuleWireBytes::module_bytes |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ start()
const uint8_t * v8::internal::wasm::ModuleWireBytes::start |
( |
| ) |
const |
|
inline |
◆ module_bytes_
base::Vector<const uint8_t> v8::internal::wasm::ModuleWireBytes::module_bytes_ |
|
private |
The documentation for this struct was generated from the following files: