![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast-source-ranges.h>
Public Member Functions | |
TryCatchStatementSourceRanges (const SourceRange &catch_range) | |
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 | |
SourceRange | catch_range_ |
bool | has_continuation_ = true |
Definition at line 355 of file ast-source-ranges.h.
|
inlineexplicit |
Definition at line 357 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 360 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 373 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::AstNodeSourceRanges.
Definition at line 378 of file ast-source-ranges.h.
|
private |
Definition at line 384 of file ast-source-ranges.h.
|
private |
Definition at line 385 of file ast-source-ranges.h.