V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::torque::ForOfLoopStatement Struct Reference
Inheritance diagram for v8::internal::torque::ForOfLoopStatement:
v8::internal::torque::Statement v8::internal::torque::AstNode

Public Member Functions

 ForOfLoopStatement (SourcePosition pos, Statement *decl, Expression *iterable, base::Optional< RangeExpression > range, Statement *body)
 
- Public Member Functions inherited from v8::internal::torque::Statement
 Statement (Kind kind, SourcePosition pos)
 
- Public Member Functions inherited from v8::internal::torque::AstNode
 AstNode (Kind kind, SourcePosition pos)
 

Public Attributes

VarDeclarationStatementvar_declaration
 
Expressioniterable
 
base::Optional< Expression * > begin
 
base::Optional< Expression * > end
 
Statementbody
 
- Public Attributes inherited from v8::internal::torque::AstNode
const Kind kind
 
SourcePosition pos
 

Additional Inherited Members

- Public Types inherited from v8::internal::torque::AstNode
enum  Kind { ENUM_ITEM }
 

Detailed Description

Definition at line 534 of file ast.h.


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