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

#include <ast-source-ranges.h>

Inheritance diagram for v8::internal::AstNodeSourceRanges:
Collaboration diagram for v8::internal::AstNodeSourceRanges:

Public Member Functions

virtual ~AstNodeSourceRanges ()=default
 
virtual SourceRange GetRange (SourceRangeKind kind)=0
 
virtual bool HasRange (SourceRangeKind kind)=0
 
virtual void RemoveContinuationRange ()
 
- 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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~AstNodeSourceRanges()

virtual v8::internal::AstNodeSourceRanges::~AstNodeSourceRanges ( )
virtualdefault

Member Function Documentation

◆ GetRange()

◆ HasRange()

◆ RemoveContinuationRange()

virtual void v8::internal::AstNodeSourceRanges::RemoveContinuationRange ( )
inlinevirtual

Reimplemented in v8::internal::ContinuationSourceRanges, v8::internal::IfStatementSourceRanges, v8::internal::IterationStatementSourceRanges, v8::internal::TryCatchStatementSourceRanges, and v8::internal::TryFinallyStatementSourceRanges.

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

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

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