![]() |
v8
3.11.10(node0.8.26)
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 |
| 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 (StackFrameIterator *iterator) | |
| virtual Address | GetCallerStackPointer () const |
Friends | |
| class | StackFrameIterator |
|
inlineexplicitprotected |
Definition at line 133 of file frames-inl.h.
|
inlinestatic |
|
inlineprotectedvirtual |
|
virtual |
|
virtual |
Definition at line 496 of file frames.cc.
References Memory::Address_at(), v8::internal::fp, and EntryFrameConstants::kCallerFPOffset.
|
inlinevirtual |
Reimplemented in EntryConstructFrame.
|
virtual |