V8 Project
|
#include <frames.h>
Public Member Functions | |
virtual Type | type () const |
virtual Code * | unchecked_code () const |
![]() | |
virtual void | Iterate (ObjectVisitor *v) const |
virtual void | SetCallerFp (Address caller_fp) |
![]() | |
int | GetLineNumber () const |
Returns the number, 1-based, of the line for the associate function call. More... | |
int | GetColumn () const |
Returns the 1-based column offset on the line for the associated function call. More... | |
int | GetScriptId () const |
Returns the id of the script for the function for this StackFrame. More... | |
Local< String > | GetScriptName () const |
Returns the name of the resource that contains the script for the function for this StackFrame. More... | |
Local< String > | GetScriptNameOrSourceURL () const |
Returns the name of the resource that contains the script for the function for this StackFrame or sourceURL value if the script name is undefined and its source ends with //# sourceURL=... More... | |
Local< String > | GetFunctionName () const |
Returns the name of the function associated with this stack frame. More... | |
bool | IsEval () const |
Returns whether or not the associated function is compiled via a call to eval(). More... | |
bool | IsConstructor () const |
Returns whether or not the associated function is called as a constructor via "new". More... | |
Static Public Member Functions | |
static EntryConstructFrame * | cast (StackFrame *frame) |
![]() | |
static EntryFrame * | cast (StackFrame *frame) |
Protected Member Functions | |
EntryConstructFrame (StackFrameIteratorBase *iterator) | |
![]() | |
EntryFrame (StackFrameIteratorBase *iterator) | |
virtual Address | GetCallerStackPointer () const |
Friends | |
class | StackFrameIteratorBase |
|
inlineexplicitprotected |
Definition at line 138 of file frames-inl.h.
|
inlinestatic |
Definition at line 401 of file frames.h.
References DCHECK.
|
inlinevirtual |
Reimplemented from v8::internal::EntryFrame.
|
virtual |
Reimplemented from v8::internal::EntryFrame.
Definition at line 489 of file frames.cc.
References v8::internal::Isolate::heap().
|
friend |