#include <v8.h>
V8_WARN_UNUSED_RESULT Maybe<int> v8::Message::GetEndColumn |
( |
Local< Context > |
context | ) |
const |
int v8::Message::GetEndPosition |
( |
| ) |
const |
Returns the index within the script of the last character where the error occurred.
V8_WARN_UNUSED_RESULT Maybe<int> v8::Message::GetLineNumber |
( |
Local< Context > |
context | ) |
const |
Returns the origin for the script from where the function causing the error originates.
Handle<Value> v8::Message::GetScriptResourceName |
( |
| ) |
const |
Returns the resource name for the script from where the function causing the error originates.
Exception stack trace. By default stack traces are not captured for uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows to change this option.
V8_WARN_UNUSED_RESULT Maybe<int> v8::Message::GetStartColumn |
( |
Local< Context > |
context | ) |
const |
int v8::Message::GetStartPosition |
( |
| ) |
const |
Returns the index within the script of the first character where the error occurred.
bool v8::Message::IsOpaque |
( |
| ) |
const |
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.
static void v8::Message::PrintCurrentStackTrace |
( |
Isolate * |
isolate, |
|
|
FILE * |
out |
|
) |
| |
|
static |
v8::Message::V8_DEPRECATE_SOON |
( |
"Use maybe version" |
, |
|
|
int GetLineNumber() |
const |
|
) |
| |
Returns the number, 1-based, of the line where the error occurred.
v8::Message::V8_DEPRECATE_SOON |
( |
"Use maybe version" |
, |
|
|
int GetStartColumn() |
const |
|
) |
| |
Returns the index within the line of the first character where the error occurred.
v8::Message::V8_DEPRECATE_SOON |
( |
"Use maybe version" |
, |
|
|
int GetEndColumn() |
const |
|
) |
| |
Returns the index within the line of the last character where the error occurred.
const int v8::Message::kNoColumnInfo = 0 |
|
static |
const int v8::Message::kNoLineNumberInfo = 0 |
|
static |
const int v8::Message::kNoScriptIdInfo = 0 |
|
static |
The documentation for this class was generated from the following file: