5#ifndef INCLUDE_V8_DEBUG_H_
6#define INCLUDE_V8_DEBUG_H_
43 int GetColumn()
const {
return GetLocation().GetColumnNumber() + 1; }
121 kColumnOffset = 1 << 1 | kLineNumber,
122 kScriptName = 1 << 2,
123 kFunctionName = 1 << 3,
125 kIsConstructor = 1 << 5,
126 kScriptNameOrSourceURL = 1 << 6,
128 kExposeFramesAcrossSecurityOrigins = 1 << 8,
129 kOverview = kLineNumber | kColumnOffset | kScriptName | kFunctionName,
130 kDetailed = kOverview | kIsEval | kIsConstructor | kScriptNameOrSourceURL
Location GetLocation() const
Local< String > GetFunctionName() const
bool IsUserJavaScript() const
Local< String > GetScriptName() const
int GetLineNumber() const
bool IsConstructor() const
Local< String > GetScriptSource() const
Local< String > GetScriptNameOrSourceURL() const
Local< String > GetScriptSourceMappingURL() const
static Local< String > CurrentScriptNameOrSourceURL(Isolate *isolate)
int GetFrameCount() const
static Local< StackTrace > CurrentStackTrace(Isolate *isolate, int frame_limit, StackTraceOptions options=kDetailed)
Local< StackFrame > GetFrame(Isolate *isolate, uint32_t index) const