|
template<typename S > |
| Result (S &&value) |
|
template<typename S > |
| Result (Result< S > &&other) V8_NOEXCEPT |
|
Result & | operator= (Result &&other) V8_NOEXCEPT=default |
|
static Result< T > const char | va_start (args, format) |
|
| va_end (args) |
|
const T & | value () const & |
|
T && | value () && |
|
| ResultBase (ResultBase &&other) V8_NOEXCEPT |
|
bool | ok () const |
|
bool | failed () const |
|
uint32_t | error_offset () const |
|
const std::string & | error_msg () const & |
|
std::string && | error_msg () && |
|
|
static Result< T > const char * | format |
|
Result< T > | error_result {offset, FormatError(format, args)} |
|
return | error_result |
|
|
ResultBase & | operator= (ResultBase &&other) V8_NOEXCEPT=default |
|
| ResultBase (uint32_t error_offset, std::string error_msg) |
|
static std::string | FormatError (const char *format, va_list args) |
|
template<typename T>
class v8::internal::wasm::Result< T >
Definition at line 60 of file wasm-result.h.
The documentation for this class was generated from the following file: