![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast-source-ranges.h>
Public Member Functions | |
ContinuationSourceRanges (int32_t continuation_position) | |
SourceRange | GetRange (SourceRangeKind kind) override |
bool | HasRange (SourceRangeKind kind) override |
void | RemoveContinuationRange () override |
![]() | |
virtual | ~AstNodeSourceRanges ()=default |
![]() | |
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_ |
Definition at line 99 of file ast-source-ranges.h.
|
inlineexplicit |
Definition at line 101 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 104 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 109 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::AstNodeSourceRanges.
Definition at line 113 of file ast-source-ranges.h.
|
private |
Definition at line 119 of file ast-source-ranges.h.