#include <v8.h>
|
static void | PrintCurrentStackTrace (Isolate *isolate, FILE *out) |
|
|
static const int | kNoLineNumberInfo = 0 |
|
static const int | kNoColumnInfo = 0 |
|
static const int | kNoScriptIdInfo = 0 |
|
◆ ErrorLevel()
int v8::Message::ErrorLevel |
( |
| ) |
const |
Returns the error level of the message.
◆ GetEndColumn()
int v8::Message::GetEndColumn |
( |
| ) |
const |
Returns the index within the line of the last character where the error occurred.
◆ GetEndPosition()
int v8::Message::GetEndPosition |
( |
| ) |
const |
Returns the index within the script of the last character where the error occurred.
◆ GetScriptOrigin()
Returns the origin for the script from where the function causing the error originates.
◆ GetScriptResourceName()
Local<Value> v8::Message::GetScriptResourceName |
( |
| ) |
const |
Returns the resource name for the script from where the function causing the error originates.
◆ GetStackTrace()
Exception stack trace. By default stack traces are not captured for uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows to change this option.
◆ GetStartColumn()
int v8::Message::GetStartColumn |
( |
| ) |
const |
Returns the index within the line of the first character where the error occurred.
◆ GetStartPosition()
int v8::Message::GetStartPosition |
( |
| ) |
const |
Returns the index within the script of the first character where the error occurred.
◆ IsSharedCrossOrigin()
bool v8::Message::IsSharedCrossOrigin |
( |
| ) |
const |
Passes on the value set by the embedder when it fed the script from which this Message was generated to V8.
◆ V8_DEPRECATED()
v8::Message::V8_DEPRECATED |
( |
"Use maybe version" |
, |
|
|
int GetLineNumber() |
const |
|
) |
| |
Returns the number, 1-based, of the line where the error occurred.
The documentation for this class was generated from the following file: