#include <escape-analysis.h>
Definition at line 83 of file escape-analysis.h.
◆ Id
using v8::internal::compiler::Variable::Id = int |
|
private |
◆ Variable() [1/2]
v8::internal::compiler::Variable::Variable |
( |
| ) |
|
|
inline |
◆ Variable() [2/2]
v8::internal::compiler::Variable::Variable |
( |
Id | id | ) |
|
|
inlineexplicitprivate |
◆ Invalid()
static Variable v8::internal::compiler::Variable::Invalid |
( |
| ) |
|
|
inlinestatic |
◆ operator!=()
bool v8::internal::compiler::Variable::operator!= |
( |
Variable | other | ) |
const |
|
inline |
◆ operator<()
bool v8::internal::compiler::Variable::operator< |
( |
Variable | other | ) |
const |
|
inline |
◆ operator==()
bool v8::internal::compiler::Variable::operator== |
( |
Variable | other | ) |
const |
|
inline |
◆ hash_value
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
Variable | var ) |
|
friend |
◆ VariableTracker
◆ id_
Id v8::internal::compiler::Variable::id_ |
|
private |
◆ kInvalid
const Id v8::internal::compiler::Variable::kInvalid = -1 |
|
staticprivate |
The documentation for this class was generated from the following file: