v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <hydrogen.h>
Public Member Functions | |
bool | IsEffect () const |
bool | IsValue () const |
bool | IsTest () const |
virtual void | ReturnValue (HValue *value)=0 |
virtual void | ReturnInstruction (HInstruction *instr, int ast_id)=0 |
virtual void | ReturnControl (HControlInstruction *instr, int ast_id)=0 |
void | set_for_typeof (bool for_typeof) |
bool | is_for_typeof () |
Protected Member Functions | |
AstContext (HGraphBuilder *owner, Expression::Context kind) | |
virtual | ~AstContext () |
HGraphBuilder * | owner () const |
Zone * | zone () const |
Definition at line 595 of file hydrogen.h.
|
protected |
Definition at line 2567 of file hydrogen.cc.
References ASSERT, HGraphBuilder::environment(), HEnvironment::frame_type(), v8::internal::JS_FUNCTION, and HEnvironment::length().
|
protectedvirtual |
Definition at line 2580 of file hydrogen.cc.
|
inline |
Definition at line 619 of file hydrogen.h.
|
inline |
Definition at line 597 of file hydrogen.h.
References Expression::kEffect.
|
inline |
Definition at line 599 of file hydrogen.h.
References Expression::kTest.
Referenced by TestContext::cast(), and FunctionState::FunctionState().
|
inline |
Definition at line 598 of file hydrogen.h.
References Expression::kValue.
|
inlineprotected |
Definition at line 625 of file hydrogen.h.
Referenced by EffectContext::ReturnControl(), ValueContext::ReturnControl(), TestContext::ReturnControl(), EffectContext::ReturnInstruction(), ValueContext::ReturnInstruction(), TestContext::ReturnInstruction(), ValueContext::ReturnValue(), EffectContext::~EffectContext(), and ValueContext::~ValueContext().
|
pure virtual |
Implemented in TestContext, ValueContext, and EffectContext.
|
pure virtual |
Implemented in TestContext, ValueContext, and EffectContext.
|
pure virtual |
Implemented in TestContext, ValueContext, and EffectContext.
|
inline |
Definition at line 618 of file hydrogen.h.
|
inlineprotected |
Definition at line 1196 of file hydrogen.h.