v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
Exception Class Reference

#include <v8.h>

Static Public Member Functions

static Local< Value > RangeError (Local< String > message)
 
static Local< Value > ReferenceError (Local< String > message)
 
static Local< Value > SyntaxError (Local< String > message)
 
static Local< Value > TypeError (Local< String > message)
 
static Local< Value > WasmCompileError (Local< String > message)
 
static Local< Value > WasmLinkError (Local< String > message)
 
static Local< Value > WasmRuntimeError (Local< String > message)
 
static Local< Value > Error (Local< String > message)
 
static Local< Message > CreateMessage (Isolate *isolate, Local< Value > exception)
 
static Local< StackTrace > GetStackTrace (Local< Value > exception)
 

Detailed Description

Create new error objects by calling the corresponding error object constructor with the message.

Definition at line 7435 of file v8.h.

Member Function Documentation

◆ CreateMessage()

static Local<Message> CreateMessage ( Isolate *  isolate,
Local< Value >  exception 
)
static

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.

◆ Error()

static Local<Value> Error ( Local< String >  message)
static

◆ GetStackTrace()

static Local<StackTrace> GetStackTrace ( Local< Value >  exception)
static

Returns the original stack trace that was captured at the creation time of a given exception, or an empty handle if not available.

◆ RangeError()

static Local<Value> RangeError ( Local< String >  message)
static

◆ ReferenceError()

static Local<Value> ReferenceError ( Local< String >  message)
static

◆ SyntaxError()

static Local<Value> SyntaxError ( Local< String >  message)
static

◆ TypeError()

static Local<Value> TypeError ( Local< String >  message)
static

◆ WasmCompileError()

static Local<Value> WasmCompileError ( Local< String >  message)
static

◆ WasmLinkError()

static Local<Value> WasmLinkError ( Local< String >  message)
static

◆ WasmRuntimeError()

static Local<Value> WasmRuntimeError ( Local< String >  message)
static

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