V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
ErrorThrower (Isolate *isolate, const char *context) | |
ErrorThrower (ErrorThrower &&other) V8_NOEXCEPT | |
PRINTF_FORMAT (2, 3) void TypeError(const char *fmt | |
PRINTF_FORMAT (2, 3) void RangeError(const char *fmt | |
PRINTF_FORMAT (2, 3) void CompileError(const char *fmt | |
PRINTF_FORMAT (2, 3) void LinkError(const char *fmt | |
PRINTF_FORMAT (2, 3) void RuntimeError(const char *fmt | |
void | CompileFailed (const char *error, const ResultBase &result) |
void | CompileFailed (const ResultBase &result) |
V8_WARN_UNUSED_RESULT Handle< Object > | Reify () |
void | Reset () |
bool | error () const |
bool | wasm_error () |
const char * | error_msg () |
Isolate * | isolate () const |
Definition at line 119 of file wasm-result.h.