![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| int | ToInt () const |
| size_t | ToSize () const |
| bool | IsValid () const |
| bool | IsNext (const RpoNumber other) const |
| bool | operator== (RpoNumber other) const |
| bool | operator!= (RpoNumber other) const |
| bool | operator> (RpoNumber other) const |
| bool | operator< (RpoNumber other) const |
| bool | operator<= (RpoNumber other) const |
| bool | operator>= (RpoNumber other) const |
Static Public Member Functions | |
| static RpoNumber | FromInt (int index) |
| static RpoNumber | Invalid () |
Static Public Attributes | |
| static const int | kInvalidRpoNumber = -1 |
Definition at line 955 of file instruction.h.