#include <v8.h>
Public メソッド | |
| Local< String > | Get () |
| Local< String > | GetSourceLine () |
| Handle< Value > | GetScriptResourceName () |
| int | GetLineNumber () |
| int | GetStartPosition () |
| int | GetEndPosition () |
| int | GetStartColumn () |
| int | GetEndColumn () |
Static Public メソッド | |
| static void | PrintCurrentStackTrace (FILE *out) |
An error message.
| int v8::Message::GetEndColumn | ( | ) |
Returns the index within the line of the last character where the error occurred.
参照先 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.
参照先 v8::internal::GetProperty(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().
| int v8::Message::GetLineNumber | ( | ) |
Returns the number, 1-based, of the line where the error occurred.
参照先 v8::CallV8HeapFunction(), EXCEPTION_BAILOUT_CHECK, EXCEPTION_PREAMBLE, ON_BAILOUT, と v8::Utils::OpenHandle().
| v8::Handle< Value > v8::Message::GetScriptResourceName | ( | ) |
| int v8::Message::GetStartColumn | ( | ) |
Returns the index within the line of the first character where the error occurred.
参照先 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.
参照先 v8::internal::GetProperty(), v8::IsDeadCheck(), と v8::Utils::OpenHandle().
| void v8::Message::PrintCurrentStackTrace | ( | FILE * | out | ) | [static] |
参照先 v8::IsDeadCheck().
1.7.1