v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <ast.h>
Public Member Functions | |
virtual IterationStatement * | AsIterationStatement () V8_FINAL V8_OVERRIDE |
Statement * | body () const |
BailoutId | OsrEntryId () const |
virtual BailoutId | ContinueId () const =0 |
virtual BailoutId | StackCheckId () const =0 |
Label * | continue_target () |
Public Member Functions inherited from BreakableStatement | |
ZoneStringList * | labels () const |
virtual BreakableStatement * | AsBreakableStatement () V8_FINAL V8_OVERRIDE |
Label * | break_target () |
bool | is_target_for_anonymous () const |
BailoutId | EntryId () const |
BailoutId | ExitId () const |
Public Member Functions inherited from Statement | |
Statement (Zone *zone, int position) | |
bool | IsEmpty () |
virtual bool | IsJump () const |
Public Member Functions inherited from AstNode | |
void * | operator new (size_t size, Zone *zone) |
AstNode (int position) | |
virtual | ~AstNode () |
virtual void | Accept (AstVisitor *v)=0 |
virtual NodeType | node_type () const =0 |
int | position () const |
virtual TargetCollector * | AsTargetCollector () |
virtual MaterializedLiteral * | AsMaterializedLiteral () |
Public Member Functions inherited from ZoneObject | |
INLINE (void *operator new(size_t size, Zone *zone)) | |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Protected Member Functions | |
IterationStatement (Zone *zone, ZoneStringList *labels, int pos) | |
void | Initialize (Statement *body) |
Protected Member Functions inherited from BreakableStatement | |
BreakableStatement (Zone *zone, ZoneStringList *labels, BreakableType breakable_type, int position) | |
Additional Inherited Members | |
Public Types inherited from BreakableStatement | |
enum | BreakableType { TARGET_FOR_ANONYMOUS, TARGET_FOR_NAMED_ONLY } |
Public Types inherited from AstNode | |
enum | NodeType { kInvalid = -1 } |
Static Protected Member Functions inherited from AstNode | |
static int | GetNextId (Zone *zone) |
static int | ReserveIdRange (Zone *zone, int n) |
static TypeFeedbackId | reuse (BailoutId id) |
|
inlineprotected |
|
inlinevirtual |
|
inline |
Definition at line 732 of file ast.h.
Referenced by HOptimizedGraphBuilder::VisitLoopBody().
|
pure virtual |
Implemented in V8_FINAL< kOperandKind, kNumCachedOperands >, V8_FINAL< kOperandKind, kNumCachedOperands >, V8_FINAL< kOperandKind, kNumCachedOperands >, V8_FINAL< kOperandKind, kNumCachedOperands >, and V8_FINAL< kOperandKind, kNumCachedOperands >.
Referenced by HOptimizedGraphBuilder::JoinContinue().
|
inlineprotected |
Definition at line 748 of file ast.h.
Referenced by V8_FINAL< kOperandKind, kNumCachedOperands >::Initialize(), and ForEachStatement::Initialize().
|
inline |
Definition at line 734 of file ast.h.
Referenced by HOsrBuilder::BuildOsrLoopEntry(), and HOsrBuilder::HasOsrEntryAt().
|
pure virtual |
Implemented in V8_FINAL< kOperandKind, kNumCachedOperands >, V8_FINAL< kOperandKind, kNumCachedOperands >, V8_FINAL< kOperandKind, kNumCachedOperands >, V8_FINAL< kOperandKind, kNumCachedOperands >, and V8_FINAL< kOperandKind, kNumCachedOperands >.
Referenced by HOptimizedGraphBuilder::VisitLoopBody().