V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::ResultBase Class Reference
Inheritance diagram for v8::internal::wasm::ResultBase:
v8::internal::wasm::Result< std::nullptr_t > v8::internal::wasm::Result< std::shared_ptr< WasmModule > > v8::internal::wasm::Result< T >

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

ResultBaseoperator= (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)
 

Detailed Description

Definition at line 26 of file wasm-result.h.


The documentation for this class was generated from the following files: