![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast-source-ranges.h>
Public Member Functions | |
| IfStatementSourceRanges (const SourceRange &then_range, const SourceRange &else_range) | |
| 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 | |
| SourceRange | then_range_ |
| SourceRange | else_range_ |
| bool | has_continuation_ = true |
Definition at line 218 of file ast-source-ranges.h.
|
inlineexplicit |
Definition at line 220 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 224 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 242 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::AstNodeSourceRanges.
Definition at line 247 of file ast-source-ranges.h.
|
private |
Definition at line 254 of file ast-source-ranges.h.
|
private |
Definition at line 255 of file ast-source-ranges.h.
|
private |
Definition at line 253 of file ast-source-ranges.h.