![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <escape-analysis.h>
Public Member Functions | |
Dependable (Zone *zone) | |
void | AddDependency (Node *node) |
void | RevisitDependants (EffectGraphReducer *reducer) |
![]() | |
void * | operator new (size_t, Zone *)=delete |
void * | operator new (size_t size, void *ptr) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone)=delete |
Private Attributes | |
ZoneVector< Node * > | dependants_ |
Definition at line 108 of file escape-analysis.h.
|
inlineexplicit |
Definition at line 110 of file escape-analysis.h.
|
inline |
Definition at line 111 of file escape-analysis.h.
|
inline |
|
private |
Definition at line 120 of file escape-analysis.h.