V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::Message Class Reference

#include <v8.h>

Public Member Functions

Local< StringGet () const
 
Isolate * GetIsolate () const
 
V8_WARN_UNUSED_RESULT MaybeLocal< StringGetSourceLine (Local< Context > context) const
 
ScriptOrigin GetScriptOrigin () const
 
Local< ValueGetScriptResourceName () const
 
Local< StackTraceGetStackTrace () const
 
V8_WARN_UNUSED_RESULT Maybe< intGetLineNumber (Local< Context > context) const
 
int GetStartPosition () const
 
int GetEndPosition () const
 
int ErrorLevel () const
 
int GetStartColumn () const
 
V8_WARN_UNUSED_RESULT Maybe< intGetStartColumn (Local< Context > context) const
 
int GetEndColumn () const
 
V8_WARN_UNUSED_RESULT Maybe< intGetEndColumn (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 1595 of file v8.h.

Member Function Documentation

◆ ErrorLevel()

int v8::Message::ErrorLevel ( ) const

Returns the error level of the message.

Definition at line 2829 of file api.cc.

◆ GetEndColumn()

int v8::Message::GetEndColumn ( ) const

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

Definition at line 2847 of file api.cc.

◆ GetEndPosition()

int v8::Message::GetEndPosition ( ) const

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

Definition at line 2824 of file api.cc.

◆ GetIsolate()

v8::Isolate * v8::Message::GetIsolate ( ) const

Return the isolate to which the Message belongs.

Definition at line 2777 of file api.cc.

◆ GetLineNumber()

Maybe< int > v8::Message::GetLineNumber ( Local< Context >  context) const

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

Definition at line 2808 of file api.cc.

◆ GetScriptOrigin()

ScriptOrigin v8::Message::GetScriptOrigin ( ) const

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

Definition at line 2782 of file api.cc.

◆ GetScriptResourceName()

v8::Local< Value > v8::Message::GetScriptResourceName ( ) const

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

Definition at line 2791 of file api.cc.

◆ GetStackTrace()

v8::Local< v8::StackTrace > v8::Message::GetStackTrace ( ) const

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

Definition at line 2796 of file api.cc.

◆ GetStartColumn()

int v8::Message::GetStartColumn ( ) const

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

Definition at line 2834 of file api.cc.

◆ GetStartPosition()

int v8::Message::GetStartPosition ( ) const

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

Definition at line 2818 of file api.cc.

◆ 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.

Definition at line 2865 of file api.cc.


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