v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EntryConstructFrame Class Reference

#include <frames.h>

Inheritance diagram for EntryConstructFrame:
Collaboration diagram for EntryConstructFrame:

Public Member Functions

virtual Type type () const
 
virtual Codeunchecked_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
 
Local< StringGetScriptName () const
 
Local< StringGetScriptNameOrSourceURL () const
 
Local< StringGetFunctionName () const
 
bool IsEval () const
 
bool IsConstructor () const
 

Static Public Member Functions

static EntryConstructFramecast (StackFrame *frame)
 
- Static Public Member Functions inherited from EntryFrame
static EntryFramecast (StackFrame *frame)
 

Protected Member Functions

 EntryConstructFrame (StackFrameIterator *iterator)
 
- Protected Member Functions inherited from EntryFrame
 EntryFrame (StackFrameIterator *iterator)
 
virtual Address GetCallerStackPointer () const
 

Friends

class StackFrameIterator
 

Detailed Description

Definition at line 340 of file frames.h.

Constructor & Destructor Documentation

EntryConstructFrame ( StackFrameIterator iterator)
inlineexplicitprotected

Definition at line 138 of file frames-inl.h.

Member Function Documentation

static EntryConstructFrame* cast ( StackFrame frame)
inlinestatic

Definition at line 346 of file frames.h.

References ASSERT.

virtual Type type ( ) const
inlinevirtual

Reimplemented from EntryFrame.

Definition at line 342 of file frames.h.

Code * unchecked_code ( ) const
virtual

Reimplemented from EntryFrame.

Definition at line 509 of file frames.cc.

References HEAP.

Friends And Related Function Documentation

friend class StackFrameIterator
friend

Definition at line 355 of file frames.h.


The documentation for this class was generated from the following files: