[][src]Module rusty_v8::Exception

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

Functions

CreateMessage

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
GetStackTrace

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

RangeError
ReferenceError
SyntaxError
TypeError