![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <effects.h>

Public Member Functions | |
| NestedEffectsBase (Zone *zone) | |
| template<class Callback > | |
| void | ForEach (Callback *callback) |
| Effects< Var, kNoVar > | Top () |
| bool | IsEmpty () |
Protected Types | |
| typedef EffectsBase< Var, kNoVar >::Locator | Locator |
Protected Member Functions | |
| 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) |
|
protected |
|
inlineexplicit |
Definition at line 258 of file effects.h.
Referenced by NestedEffectsBase< int, kNoVar >::ForEach().
|
protected |
Definition at line 318 of file effects.h.
References ASSERT, and v8::internal::NULL.