V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
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 () && |
Protected Member Functions | |
ResultBase & | operator= (ResultBase &&other) V8_NOEXCEPT=default |
ResultBase (uint32_t error_offset, std::string error_msg) | |
Static Protected Member Functions | |
static std::string | FormatError (const char *format, va_list args) |
Definition at line 26 of file wasm-result.h.