V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Interval (int from, int to) | |
Interval | Union (Interval that) |
bool | Contains (int value) |
bool | is_empty () |
int | from () const |
int | to () const |
Static Public Member Functions | |
static Interval | Empty () |
Static Public Attributes | |
static const int | kNone = -1 |
Definition at line 51 of file regexp-ast.h.