V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SourceRange Struct Reference

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
 

Detailed Description

Definition at line 16 of file ast-source-ranges.h.


The documentation for this struct was generated from the following file: