|
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 > | 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.