![]() |
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 |
Public Member Functions inherited from EntryFrame | |
| 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 EntryConstructFrame * | cast (StackFrame *frame) |
Static Public Member Functions inherited from EntryFrame | |
| static EntryFrame * | cast (StackFrame *frame) |
Protected Member Functions | |
| EntryConstructFrame (StackFrameIteratorBase *iterator) | |
Protected Member Functions inherited from EntryFrame | |
| EntryFrame (StackFrameIteratorBase *iterator) | |
| virtual Address | GetCallerStackPointer () const |
Friends | |
| class | StackFrameIteratorBase |
|
inlineexplicitprotected |
Definition at line 157 of file frames-inl.h.
|
inlinestatic |
|
inlinevirtual |
Reimplemented from EntryFrame.
|
virtual |
Reimplemented from EntryFrame.
Definition at line 512 of file frames.cc.
References Isolate::heap().