V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::IterationStatement Class Reference
Inheritance diagram for v8::internal::IterationStatement:
v8::internal::BreakableStatement v8::internal::Statement v8::internal::AstNode v8::internal::ZoneObject v8::internal::DoWhileStatement v8::internal::ForEachStatement v8::internal::ForStatement v8::internal::WhileStatement v8::internal::ForInStatement v8::internal::ForOfStatement

Public Member Functions

Statementbody () const
 
void set_body (Statement *s)
 
ZonePtrList< const AstRawString > * labels () const
 
ZonePtrList< const AstRawString > * own_labels () const
 
- Public Member Functions inherited from v8::internal::BreakableStatement
ZonePtrList< const AstRawString > * labels () const
 
bool is_target_for_anonymous () const
 
- Public Member Functions inherited from v8::internal::Statement
bool IsJump () const
 
- Public Member Functions inherited from v8::internal::AstNode
void * operator new (size_t size, Zone *zone)
 
NodeType node_type () const
 
int position () const
 
BreakableStatementAsBreakableStatement ()
 
IterationStatementAsIterationStatement ()
 
MaterializedLiteralAsMaterializedLiteral ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
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 (ZonePtrList< const AstRawString > *labels, ZonePtrList< const AstRawString > *own_labels, int pos, NodeType type)
 
void Initialize (Statement *body)
 
- Protected Member Functions inherited from v8::internal::BreakableStatement
 BreakableStatement (BreakableType breakable_type, int position, NodeType type)
 
- Protected Member Functions inherited from v8::internal::Statement
 Statement (int position, NodeType type)
 
- Protected Member Functions inherited from v8::internal::AstNode
 AstNode (int position, NodeType type)
 

Static Protected Attributes

static const uint8_t kNextBitFieldIndex
 
- Static Protected Attributes inherited from v8::internal::BreakableStatement
static const uint8_t kNextBitFieldIndex = BreakableTypeField::kNext
 
- Static Protected Attributes inherited from v8::internal::Statement
static const uint8_t kNextBitFieldIndex = AstNode::kNextBitFieldIndex
 
- Static Protected Attributes inherited from v8::internal::AstNode
static const uint8_t kNextBitFieldIndex = NodeTypeField::kNext
 

Additional Inherited Members

- Public Types inherited from v8::internal::BreakableStatement
enum  BreakableType { TARGET_FOR_ANONYMOUS, TARGET_FOR_NAMED_ONLY }
 
- Public Types inherited from v8::internal::AstNode
enum  NodeType : uint8_t { AST_NODE_LIST =(DECLARE_TYPE_ENUM) }
 
- Protected Attributes inherited from v8::internal::AstNode
uint32_t bit_field_
 

Detailed Description

Definition at line 516 of file ast.h.

Member Data Documentation

◆ kNextBitFieldIndex

const uint8_t v8::internal::IterationStatement::kNextBitFieldIndex
staticprotected
Initial value:
=
BreakableStatement::kNextBitFieldIndex

Definition at line 543 of file ast.h.


The documentation for this class was generated from the following file: