![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Scope (EffectGraphReducer *reducer, EscapeAnalysisTracker *tracker, Node *node, Reduction *reduction) | |
const VirtualObject * | GetVirtualObject (Node *node) |
const VirtualObject * | InitVirtualObject (int size) |
void | SetVirtualObject (Node *object) |
void | SetEscaped (Node *node) |
Node * | ValueInput (int i) |
Node * | ContextInput () |
void | SetReplacement (Node *replacement) |
void | MarkForDeletion () |
![]() | |
Scope (VariableTracker *tracker, Node *node, Reduction *reduction) | |
Maybe< Node * > | Get (Variable var) |
void | Set (Variable var, Node *node) |
![]() | |
ReduceScope (Node *node, Reduction *reduction) | |
Additional Inherited Members | |
![]() | |
typedef EffectGraphReducer::Reduction | Reduction |
![]() | |
Node * | current_node () const |
Reduction * | reduction () |
Definition at line 172 of file escape-analysis.cc.