![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| SourceRange (int start, int end) | |
| bool | IsEmpty () const |
Static Public Member Functions | |
| static SourceRange | Empty () |
| static SourceRange | OpenEnded (int32_t start) |
| static SourceRange | ContinuationOf (const SourceRange &that, int end=kNoSourcePosition) |
Public Attributes | |
| int32_t | start |
| int32_t | end |
Definition at line 16 of file ast-source-ranges.h.