V8 Project
|
#include <effects.h>
Public Member Functions | |
NestedEffects (Zone *zone) | |
NestedEffects | Push () |
NestedEffects | Pop () |
![]() | |
EffectsMixin (Zone *zone) | |
Effect | Lookup (Var var) |
Bounds | LookupBounds (Var var) |
void | Seq (Var var, Effect effect) |
void | Seq (Effects< Var, kNoVar > that) |
void | Alt (Var var, Effect effect) |
void | Alt (Effects< Var, kNoVar > that) |
void | Forget () |
![]() | |
NestedEffectsBase (Zone *zone) | |
template<class Callback > | |
void | ForEach (Callback *callback) |
Effects< Var, kNoVar > | Top () |
bool | IsEmpty () |
Additional Inherited Members | |
![]() | |
typedef Base::Locator | Locator |
![]() | |
typedef EffectsBase< Var, kNoVar >::Locator | Locator |
![]() | |
Zone * | zone () |
void | push () |
void | pop () |
bool | is_empty () |
bool | Contains (Var var) |
bool | Find (Var var, Locator *locator) |
bool | Insert (Var var, Locator *locator) |
|
inlineexplicit |
|
inline |
Definition at line 326 of file effects.h.
References DCHECK, v8::internal::NestedEffectsBase< Var, kNoVar >::is_empty(), and v8::internal::NestedEffectsBase< Var, kNoVar >::pop().
Referenced by v8::internal::AstTyper::ExitEffects().
|
inline |
Definition at line 320 of file effects.h.
References v8::internal::NestedEffectsBase< Var, kNoVar >::push().
Referenced by v8::internal::AstTyper::EnterEffects().