v8  6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
Message Class Reference

#include <v8.h>

Public Member Functions

Local< StringGet () const
 
 V8_DEPRECATE_SOON ("Use maybe version", Local< String > GetSourceLine() const)
 
V8_WARN_UNUSED_RESULT MaybeLocal< StringGetSourceLine (Local< Context > context) const
 
ScriptOrigin GetScriptOrigin () const
 
Local< ValueGetScriptResourceName () const
 
Local< StackTraceGetStackTrace () const
 
 V8_DEPRECATE_SOON ("Use maybe version", int GetLineNumber() const)
 
V8_WARN_UNUSED_RESULT Maybe< int > GetLineNumber (Local< Context > context) const
 
int GetStartPosition () const
 
int GetEndPosition () const
 
int ErrorLevel () const
 
 V8_DEPRECATE_SOON ("Use maybe version", int GetStartColumn() const)
 
V8_WARN_UNUSED_RESULT Maybe< int > GetStartColumn (Local< Context > context) const
 
 V8_DEPRECATED ("Use maybe version", int GetEndColumn() const)
 
V8_WARN_UNUSED_RESULT Maybe< int > GetEndColumn (Local< Context > context) const
 
bool IsSharedCrossOrigin () const
 
bool IsOpaque () const
 

Static Public Member Functions

static void PrintCurrentStackTrace (Isolate *isolate, FILE *out)
 

Static Public Attributes

static const int kNoLineNumberInfo = 0
 
static const int kNoColumnInfo = 0
 
static const int kNoScriptIdInfo = 0
 

Detailed Description

An error message.

Definition at line 1521 of file v8.h.

Member Function Documentation

◆ ErrorLevel()

int ErrorLevel ( ) const

Returns the error level of the message.

◆ Get()

Local<String> Get ( ) const

◆ GetEndColumn()

V8_WARN_UNUSED_RESULT Maybe<int> GetEndColumn ( Local< Context context) const

◆ GetEndPosition()

int GetEndPosition ( ) const

Returns the index within the script of the last character where the error occurred.

◆ GetLineNumber()

V8_WARN_UNUSED_RESULT Maybe<int> GetLineNumber ( Local< Context context) const

◆ GetScriptOrigin()

ScriptOrigin GetScriptOrigin ( ) const

Returns the origin for the script from where the function causing the error originates.

◆ GetScriptResourceName()

Local<Value> GetScriptResourceName ( ) const

Returns the resource name for the script from where the function causing the error originates.

◆ GetSourceLine()

V8_WARN_UNUSED_RESULT MaybeLocal<String> GetSourceLine ( Local< Context context) const

◆ GetStackTrace()

Local<StackTrace> GetStackTrace ( ) const

Exception stack trace. By default stack traces are not captured for uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows to change this option.

◆ GetStartColumn()

V8_WARN_UNUSED_RESULT Maybe<int> GetStartColumn ( Local< Context context) const

◆ GetStartPosition()

int GetStartPosition ( ) const

Returns the index within the script of the first character where the error occurred.

◆ IsOpaque()

bool IsOpaque ( ) const

◆ IsSharedCrossOrigin()

bool IsSharedCrossOrigin ( ) const

Passes on the value set by the embedder when it fed the script from which this Message was generated to V8.

◆ PrintCurrentStackTrace()

static void PrintCurrentStackTrace ( Isolate isolate,
FILE *  out 
)
static

◆ V8_DEPRECATE_SOON() [1/3]

V8_DEPRECATE_SOON ( "Use maybe version"  ,
int GetLineNumber() const   
)

Returns the number, 1-based, of the line where the error occurred.

◆ V8_DEPRECATE_SOON() [2/3]

V8_DEPRECATE_SOON ( "Use maybe version"  ,
int GetStartColumn() const   
)

Returns the index within the line of the first character where the error occurred.

◆ V8_DEPRECATE_SOON() [3/3]

V8_DEPRECATE_SOON ( "Use maybe version"  ,
Local< String > GetSourceLine() const   
)

◆ V8_DEPRECATED()

V8_DEPRECATED ( "Use maybe version"  ,
int GetEndColumn() const   
)

Returns the index within the line of the last character where the error occurred.

Field Documentation

◆ kNoColumnInfo

const int kNoColumnInfo = 0
static

Definition at line 1596 of file v8.h.

◆ kNoLineNumberInfo

const int kNoLineNumberInfo = 0
static

Definition at line 1595 of file v8.h.

◆ kNoScriptIdInfo

const int kNoScriptIdInfo = 0
static

Definition at line 1597 of file v8.h.


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