#include <scopes.h>
Definition at line 57 of file scopes.h.
◆ VariableIndex()
◆ IsValid()
bool dart::VariableIndex::IsValid |
( |
| ) |
const |
|
inline |
Definition at line 67 of file scopes.h.
static constexpr int kInvalidIndex
◆ operator==()
bool dart::VariableIndex::operator== |
( |
const VariableIndex & |
other | ) |
const |
|
inline |
Definition at line 63 of file scopes.h.
63 {
64 return value_ == other.value_;
65 }
◆ value()
int dart::VariableIndex::value |
( |
| ) |
const |
|
inline |
◆ kInvalidIndex
constexpr int dart::VariableIndex::kInvalidIndex = std::numeric_limits<int>::min() |
|
staticconstexpr |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/scopes.h