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

#include <frames.h>

Inheritance diagram for StubFrame:
Collaboration diagram for StubFrame:

Public Member Functions

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

Protected Member Functions

 StubFrame (StackFrameIteratorBase *iterator)
 
virtual Address GetCallerStackPointer () const
 
virtual int GetNumberOfIncomingArguments () const
 
- Protected Member Functions inherited from StandardFrame
 StandardFrame (StackFrameIteratorBase *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
 
void IterateCompiledFrame (ObjectVisitor *v) const
 

Friends

class StackFrameIteratorBase
 

Additional Inherited Members

- Static Public Member Functions inherited from StandardFrame
static ObjectGetExpression (Address fp, int index)
 
static StandardFramecast (StackFrame *frame)
 
- Static Protected Member Functions inherited from StandardFrame
static Address ComputePCAddress (Address fp)
 
static Address ComputeConstantPoolAddress (Address fp)
 
static Address GetExpressionAddress (Address fp, int n)
 
static bool IsArgumentsAdaptorFrame (Address fp)
 
static bool IsConstructFrame (Address fp)
 

Detailed Description

Definition at line 663 of file frames.h.

Constructor & Destructor Documentation

StubFrame ( StackFrameIteratorBase iterator)
inlineexplicitprotected

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

Member Function Documentation

Address GetCallerStackPointer ( ) const
protectedvirtual

Definition at line 721 of file frames.cc.

References v8::internal::fp, and ExitFrameConstants::kCallerSPDisplacement.

int GetNumberOfIncomingArguments ( ) const
protectedvirtual

Definition at line 726 of file frames.cc.

void Iterate ( ObjectVisitor *  v) const
virtual

Definition at line 711 of file frames.cc.

References StandardFrame::IterateCompiledFrame().

virtual Type type ( ) const
inlinevirtual

Definition at line 665 of file frames.h.

References v8::internal::STUB.

Code * unchecked_code ( ) const
virtual

Definition at line 716 of file frames.cc.

References Isolate::FindCodeObject(), and v8::internal::pc.

Friends And Related Function Documentation

friend class StackFrameIteratorBase
friend

Definition at line 680 of file frames.h.


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