Public メソッド | Static Public メソッド

クラス v8::Message

#include <v8.h>

すべてのメンバ一覧

Public メソッド

Local< StringGet ()
Local< StringGetSourceLine ()
Handle< ValueGetScriptResourceName ()
int GetLineNumber ()
int GetStartPosition ()
int GetEndPosition ()
int GetStartColumn ()
int GetEndColumn ()

Static Public メソッド

static void PrintCurrentStackTrace (FILE *out)

説明

An error message.

v8.h557 行で定義されています。


関数

Local< String > v8::Message::Get (  ) 
int v8::Message::GetEndColumn (  ) 

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

api.cc1233 行で定義されています。

参照先 v8::CallV8HeapFunction(), EXCEPTION_BAILOUT_CHECK, EXCEPTION_PREAMBLE, v8::internal::GetProperty(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().

int v8::Message::GetEndPosition (  ) 

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

api.cc1211 行で定義されています。

参照先 v8::internal::GetProperty(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().

int v8::Message::GetLineNumber (  ) 

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

api.cc1190 行で定義されています。

参照先 v8::CallV8HeapFunction(), EXCEPTION_BAILOUT_CHECK, EXCEPTION_PREAMBLE, ON_BAILOUT, と v8::Utils::OpenHandle().

v8::Handle< Value > v8::Message::GetScriptResourceName (  ) 
Local< String > v8::Message::GetSourceLine (  ) 
int v8::Message::GetStartColumn (  ) 

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

api.cc1219 行で定義されています。

参照先 v8::CallV8HeapFunction(), EXCEPTION_BAILOUT_CHECK, EXCEPTION_PREAMBLE, v8::IsDeadCheck(), と v8::Utils::OpenHandle().

int v8::Message::GetStartPosition (  ) 

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

api.cc1202 行で定義されています。

参照先 v8::internal::GetProperty(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().

void v8::Message::PrintCurrentStackTrace ( FILE *  out  )  [static]

api.cc1265 行で定義されています。

参照先 v8::IsDeadCheck().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義