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

#include <hydrogen.h>

Inheritance diagram for EffectContext:
Collaboration diagram for EffectContext:

Public Member Functions

 EffectContext (HGraphBuilder *owner)
 
virtual ~EffectContext ()
 
virtual void ReturnValue (HValue *value)
 
virtual void ReturnInstruction (HInstruction *instr, int ast_id)
 
virtual void ReturnControl (HControlInstruction *instr, int ast_id)
 
- Public Member Functions inherited from AstContext
bool IsEffect () const
 
bool IsValue () const
 
bool IsTest () const
 
void set_for_typeof (bool for_typeof)
 
bool is_for_typeof ()
 

Additional Inherited Members

- Protected Member Functions inherited from AstContext
 AstContext (HGraphBuilder *owner, Expression::Context kind)
 
virtual ~AstContext ()
 
HGraphBuilderowner () const
 
Zonezone () const
 

Detailed Description

Definition at line 643 of file hydrogen.h.

Constructor & Destructor Documentation

EffectContext ( HGraphBuilder owner)
inlineexplicit

Definition at line 645 of file hydrogen.h.

~EffectContext ( )
virtual

Member Function Documentation

void ReturnInstruction ( HInstruction instr,
int  ast_id 
)
virtual
void ReturnValue ( HValue value)
virtual

Implements AstContext.

Definition at line 2601 of file hydrogen.cc.


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