#include <v8.h>
An error message.
Definition at line 691 of file v8.h.
◆ Get()
◆ GetEndColumn()
int GetEndColumn |
( |
| ) |
const |
Returns the index within the line of the last character where the error occurred.
◆ GetEndPosition()
int GetEndPosition |
( |
| ) |
const |
Returns the index within the script of the last character where the error occurred.
◆ GetLineNumber()
int GetLineNumber |
( |
| ) |
const |
Returns the number, 1-based, of the line where the error occurred.
◆ GetScriptData()
Returns the resource data for the script from where the function causing the error originates.
◆ GetScriptResourceName()
Returns the resource name for the script from where the function causing the error originates.
◆ GetSourceLine()
◆ GetStackTrace()
Exception stack trace. By default stack traces are not captured for uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows to change this option.
◆ GetStartColumn()
int GetStartColumn |
( |
| ) |
const |
Returns the index within the line of the first character where the error occurred.
◆ GetStartPosition()
int GetStartPosition |
( |
| ) |
const |
Returns the index within the script of the first character where the error occurred.
◆ PrintCurrentStackTrace()
static void PrintCurrentStackTrace |
( |
FILE * |
out | ) |
|
|
static |
◆ kNoColumnInfo
const int kNoColumnInfo = 0 |
|
static |
Definition at line 748 of file v8.h.
◆ kNoLineNumberInfo
const int kNoLineNumberInfo = 0 |
|
static |
Definition at line 747 of file v8.h.
The documentation for this class was generated from the following file: