v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#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) |
Public Member Functions inherited from StackFrame | |
int | GetLineNumber () const |
int | GetColumn () const |
int | GetScriptId () const |
Local< String > | GetScriptName () const |
Local< String > | GetScriptNameOrSourceURL () const |
Local< String > | GetFunctionName () const |
bool | IsEval () const |
bool | IsConstructor () const |
Static Public Member Functions | |
static EntryFrame * | cast (StackFrame *frame) |
Protected Member Functions | |
EntryFrame (StackFrameIteratorBase *iterator) | |
virtual Address | GetCallerStackPointer () const |
Friends | |
class | StackFrameIteratorBase |
|
inlineexplicitprotected |
Definition at line 152 of file frames-inl.h.
|
inlinestatic |
|
inlineprotectedvirtual |
|
virtual |
|
virtual |
Definition at line 499 of file frames.cc.
References Memory::Address_at(), v8::internal::fp, and EntryFrameConstants::kCallerFPOffset.
|
inlinevirtual |
Reimplemented in EntryConstructFrame.
|
virtual |
Reimplemented in EntryConstructFrame.
Definition at line 489 of file frames.cc.
References Isolate::heap().