#include <wasm-result.h>
Definition at line 26 of file wasm-result.h.
◆ WasmError() [1/3]
v8::internal::wasm::WasmError::WasmError |
( |
| ) |
|
|
default |
◆ WasmError() [2/3]
v8::internal::wasm::WasmError::WasmError |
( |
uint32_t | offset, |
|
|
std::string | message ) |
|
inline |
◆ WasmError() [3/3]
v8::internal::wasm::WasmError::WasmError |
( |
uint32_t | offset, |
|
|
const char * | format, |
|
|
| ... ) |
|
inline |
◆ FormatError()
std::string v8::internal::wasm::WasmError::FormatError |
( |
const char * | format, |
|
|
va_list | args ) |
|
staticprotected |
◆ has_error()
bool v8::internal::wasm::WasmError::has_error |
( |
| ) |
const |
|
inline |
◆ message() [1/2]
std::string && v8::internal::wasm::WasmError::message |
( |
| ) |
&& |
|
inline |
◆ message() [2/2]
const std::string & v8::internal::wasm::WasmError::message |
( |
| ) |
const & |
|
inline |
◆ offset()
uint32_t v8::internal::wasm::WasmError::offset |
( |
| ) |
const |
|
inline |
◆ operator bool()
v8::internal::wasm::WasmError::operator bool |
( |
| ) |
const |
|
inline |
◆ kNoErrorOffset
uint32_t v8::internal::wasm::WasmError::kNoErrorOffset = kMaxUInt32 |
|
staticconstexprprivate |
◆ message_
std::string v8::internal::wasm::WasmError::message_ |
|
private |
◆ offset_
The documentation for this class was generated from the following files: