v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PreParserSourceRange Class Reference

#include <preparser.h>

Collaboration diagram for v8::internal::PreParserSourceRange:

Public Member Functions

 PreParserSourceRange ()=default
 
 PreParserSourceRange (int start, int end)
 

Static Public Member Functions

static PreParserSourceRange Empty ()
 
static PreParserSourceRange OpenEnded (int32_t start)
 
static const PreParserSourceRangeContinuationOf (const PreParserSourceRange &that, int end)
 

Detailed Description

Definition at line 783 of file preparser.h.

Constructor & Destructor Documentation

◆ PreParserSourceRange() [1/2]

v8::internal::PreParserSourceRange::PreParserSourceRange ( )
default
Here is the caller graph for this function:

◆ PreParserSourceRange() [2/2]

v8::internal::PreParserSourceRange::PreParserSourceRange ( int start,
int end )
inline

Definition at line 786 of file preparser.h.

Member Function Documentation

◆ ContinuationOf()

static const PreParserSourceRange & v8::internal::PreParserSourceRange::ContinuationOf ( const PreParserSourceRange & that,
int end )
inlinestatic

Definition at line 789 of file preparser.h.

◆ Empty()

static PreParserSourceRange v8::internal::PreParserSourceRange::Empty ( )
inlinestatic

Definition at line 787 of file preparser.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OpenEnded()

static PreParserSourceRange v8::internal::PreParserSourceRange::OpenEnded ( int32_t start)
inlinestatic

Definition at line 788 of file preparser.h.

Here is the call graph for this function:

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