v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::GotoStatement Struct Reference

#include <ast.h>

Inheritance diagram for v8::internal::torque::GotoStatement:
Collaboration diagram for v8::internal::torque::GotoStatement:

Public Member Functions

 GotoStatement (SourcePosition pos, Identifier *label, const std::vector< Expression * > &arguments)
 
- 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)
 
virtual ~AstNode ()=default
 

Public Attributes

Identifierlabel
 
std::vector< Expression * > arguments
 
- 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 class  Kind { ENUM_ITEM }
 

Detailed Description

Definition at line 787 of file ast.h.

Constructor & Destructor Documentation

◆ GotoStatement()

v8::internal::torque::GotoStatement::GotoStatement ( SourcePosition pos,
Identifier * label,
const std::vector< Expression * > & arguments )
inline

Definition at line 789 of file ast.h.

Member Data Documentation

◆ arguments

std::vector<Expression*> v8::internal::torque::GotoStatement::arguments

Definition at line 793 of file ast.h.

◆ label

Identifier* v8::internal::torque::GotoStatement::label

Definition at line 792 of file ast.h.


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