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
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
 
int GetScriptId () 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 (StackFrameIteratorBase *iterator)
 
- Protected Member Functions inherited from EntryFrame
 EntryFrame (StackFrameIteratorBase *iterator)
 
virtual Address GetCallerStackPointer () const
 

Friends

class StackFrameIteratorBase
 

Detailed Description

Definition at line 418 of file frames.h.

Constructor & Destructor Documentation

EntryConstructFrame ( StackFrameIteratorBase iterator)
inlineexplicitprotected

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

Member Function Documentation

static EntryConstructFrame* cast ( StackFrame frame)
inlinestatic

Definition at line 424 of file frames.h.

References ASSERT.

virtual Type type ( ) const
inlinevirtual

Reimplemented from EntryFrame.

Definition at line 420 of file frames.h.

Code * unchecked_code ( ) const
virtual

Reimplemented from EntryFrame.

Definition at line 512 of file frames.cc.

References Isolate::heap().

Friends And Related Function Documentation

friend class StackFrameIteratorBase
friend

Definition at line 433 of file frames.h.


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