![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-exception.h>
Static Public Member Functions | |
static Local< Value > | RangeError (Local< String > message, Local< Value > options={}) |
static Local< Value > | ReferenceError (Local< String > message, Local< Value > options={}) |
static Local< Value > | SyntaxError (Local< String > message, Local< Value > options={}) |
static Local< Value > | TypeError (Local< String > message, Local< Value > options={}) |
static Local< Value > | WasmCompileError (Local< String > message, Local< Value > options={}) |
static Local< Value > | WasmLinkError (Local< String > message, Local< Value > options={}) |
static Local< Value > | WasmRuntimeError (Local< String > message, Local< Value > options={}) |
static Local< Value > | WasmSuspendError (Local< String > message, Local< Value > options={}) |
static Local< Value > | Error (Local< String > message, Local< Value > options={}) |
static Local< Message > | CreateMessage (Isolate *isolate, Local< Value > exception) |
static Local< StackTrace > | GetStackTrace (Local< Value > exception) |
static Maybe< bool > | CaptureStackTrace (Local< Context > context, Local< Object > object) |
Create new error objects by calling the corresponding error object constructor with the message.
Definition at line 32 of file v8-exception.h.
Captures the current stack trace and attaches it to the given object in the form of stack
property.
Creates an error message for the given exception. Will try to reconstruct the original stack trace from the exception value, or capture the current stack trace if not available.
|
static |
Returns the original stack trace that was captured at the creation time of a given exception, or an empty handle if not available.
|
static |
|
static |
|
static |
|
static |