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
ConstructFrame Class Reference

#include <frames.h>

Inheritance diagram for ConstructFrame:
Collaboration diagram for ConstructFrame:

Public Member Functions

virtual Type type () const
 
- Public Member Functions inherited from InternalFrame
virtual void Iterate (ObjectVisitor *v) const
 
virtual Codeunchecked_code () const
 
- Public Member Functions inherited from StandardFrame
virtual bool is_standard () const
 
Objectcontext () const
 
ObjectGetExpression (int index) const
 
void SetExpression (int index, Object *value)
 
int ComputeExpressionsCount () 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 ConstructFramecast (StackFrame *frame)
 
- Static Public Member Functions inherited from InternalFrame
static InternalFramecast (StackFrame *frame)
 
- Static Public Member Functions inherited from StandardFrame
static ObjectGetExpression (Address fp, int index)
 
static StandardFramecast (StackFrame *frame)
 

Protected Member Functions

 ConstructFrame (StackFrameIterator *iterator)
 
- Protected Member Functions inherited from InternalFrame
 InternalFrame (StackFrameIterator *iterator)
 
virtual Address GetCallerStackPointer () const
 
- Protected Member Functions inherited from StandardFrame
 StandardFrame (StackFrameIterator *iterator)
 
virtual void ComputeCallerState (State *state) const
 
Address caller_fp () const
 
Address caller_pc () const
 
void IterateExpressions (ObjectVisitor *v) const
 
Address GetExpressionAddress (int n) const
 
bool IsExpressionInsideHandler (int n) const
 

Friends

class StackFrameIterator
 

Additional Inherited Members

- Static Protected Member Functions inherited from StandardFrame
static Address ComputePCAddress (Address fp)
 
static Address GetExpressionAddress (Address fp, int n)
 
static bool IsArgumentsAdaptorFrame (Address fp)
 
static bool IsConstructFrame (Address fp)
 

Detailed Description

Definition at line 645 of file frames.h.

Constructor & Destructor Documentation

ConstructFrame ( StackFrameIterator iterator)
inlineexplicitprotected

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

Member Function Documentation

static ConstructFrame* cast ( StackFrame frame)
inlinestatic

Definition at line 649 of file frames.h.

References ASSERT.

virtual Type type ( ) const
inlinevirtual

Reimplemented from InternalFrame.

Definition at line 647 of file frames.h.

Friends And Related Function Documentation

friend class StackFrameIterator
friend

Definition at line 658 of file frames.h.


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