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

#include <ast-source-ranges.h>

Inheritance diagram for v8::internal::ContinuationSourceRanges:
Collaboration diagram for v8::internal::ContinuationSourceRanges:

Public Member Functions

 ContinuationSourceRanges (int32_t continuation_position)
 
SourceRange GetRange (SourceRangeKind kind) override
 
bool HasRange (SourceRangeKind kind) override
 
void RemoveContinuationRange () override
 
- Public Member Functions inherited from v8::internal::AstNodeSourceRanges
virtual ~AstNodeSourceRanges ()=default
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

int32_t continuation_position_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ContinuationSourceRanges()

v8::internal::ContinuationSourceRanges::ContinuationSourceRanges ( int32_t continuation_position)
inlineexplicit

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

Member Function Documentation

◆ GetRange()

SourceRange v8::internal::ContinuationSourceRanges::GetRange ( SourceRangeKind kind)
inlineoverridevirtual

Implements v8::internal::AstNodeSourceRanges.

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

Here is the call graph for this function:

◆ HasRange()

bool v8::internal::ContinuationSourceRanges::HasRange ( SourceRangeKind kind)
inlineoverridevirtual

Implements v8::internal::AstNodeSourceRanges.

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

Here is the caller graph for this function:

◆ RemoveContinuationRange()

void v8::internal::ContinuationSourceRanges::RemoveContinuationRange ( )
inlineoverridevirtual

Reimplemented from v8::internal::AstNodeSourceRanges.

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

Here is the call graph for this function:

Member Data Documentation

◆ continuation_position_

int32_t v8::internal::ContinuationSourceRanges::continuation_position_
private

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


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