![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast-source-ranges.h>
Public Member Functions | |
virtual | ~AstNodeSourceRanges ()=default |
virtual SourceRange | GetRange (SourceRangeKind kind)=0 |
virtual bool | HasRange (SourceRangeKind kind)=0 |
virtual void | RemoveContinuationRange () |
![]() | |
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 |
Definition at line 73 of file ast-source-ranges.h.
|
virtualdefault |
|
pure virtual |
Implemented in v8::internal::BinaryOperationSourceRanges, v8::internal::CaseClauseSourceRanges, v8::internal::ConditionalChainSourceRanges, v8::internal::ConditionalSourceRanges, v8::internal::ContinuationSourceRanges, v8::internal::ExpressionSourceRanges, v8::internal::FunctionLiteralSourceRanges, v8::internal::IfStatementSourceRanges, v8::internal::IterationStatementSourceRanges, v8::internal::NaryOperationSourceRanges, v8::internal::TryCatchStatementSourceRanges, and v8::internal::TryFinallyStatementSourceRanges.
|
pure virtual |
Implemented in v8::internal::BinaryOperationSourceRanges, v8::internal::CaseClauseSourceRanges, v8::internal::ConditionalChainSourceRanges, v8::internal::ConditionalSourceRanges, v8::internal::ContinuationSourceRanges, v8::internal::ExpressionSourceRanges, v8::internal::FunctionLiteralSourceRanges, v8::internal::IfStatementSourceRanges, v8::internal::IterationStatementSourceRanges, v8::internal::NaryOperationSourceRanges, v8::internal::TryCatchStatementSourceRanges, and v8::internal::TryFinallyStatementSourceRanges.
|
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.