![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast-source-ranges.h>
Public Member Functions | |
| IterationStatementSourceRanges (const SourceRange &body_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 | body_range_ |
| bool | has_continuation_ = true |
Definition at line 258 of file ast-source-ranges.h.
|
inlineexplicit |
Definition at line 260 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 263 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Implements v8::internal::AstNodeSourceRanges.
Definition at line 276 of file ast-source-ranges.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::AstNodeSourceRanges.
Definition at line 281 of file ast-source-ranges.h.
|
private |
Definition at line 287 of file ast-source-ranges.h.
|
private |
Definition at line 288 of file ast-source-ranges.h.