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

#include <ast.h>

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

Public Member Functions

 SpecializationDeclaration (SourcePosition pos, bool transitioning, Identifier *name, std::vector< TypeExpression * > generic_parameters, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels, Statement *body)
 
- Public Member Functions inherited from v8::internal::torque::CallableDeclaration
 CallableDeclaration (AstNode::Kind kind, SourcePosition pos, bool transitioning, Identifier *name, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels)
 
- Public Member Functions inherited from v8::internal::torque::Declaration
 Declaration (Kind kind, SourcePosition pos)
 
- Public Member Functions inherited from v8::internal::torque::AstNode
 AstNode (Kind kind, SourcePosition pos)
 
virtual ~AstNode ()=default
 

Public Attributes

std::vector< TypeExpression * > generic_parameters
 
Statementbody
 
- Public Attributes inherited from v8::internal::torque::CallableDeclaration
bool transitioning
 
Identifiername
 
ParameterList parameters
 
TypeExpressionreturn_type
 
LabelAndTypesVector labels
 
- 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 1163 of file ast.h.

Constructor & Destructor Documentation

◆ SpecializationDeclaration()

v8::internal::torque::SpecializationDeclaration::SpecializationDeclaration ( SourcePosition pos,
bool transitioning,
Identifier * name,
std::vector< TypeExpression * > generic_parameters,
ParameterList parameters,
TypeExpression * return_type,
LabelAndTypesVector labels,
Statement * body )
inline

Definition at line 1165 of file ast.h.

Member Data Documentation

◆ body

Statement* v8::internal::torque::SpecializationDeclaration::body

Definition at line 1177 of file ast.h.

◆ generic_parameters

std::vector<TypeExpression*> v8::internal::torque::SpecializationDeclaration::generic_parameters

Definition at line 1176 of file ast.h.


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