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

#include <ast.h>

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

Public Member Functions

 FunctionTypeExpression (SourcePosition pos, std::vector< TypeExpression * > parameters, TypeExpression *return_type)
 
- Public Member Functions inherited from v8::internal::torque::TypeExpression
 TypeExpression (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 * > parameters
 
TypeExpressionreturn_type
 
- 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 664 of file ast.h.

Constructor & Destructor Documentation

◆ FunctionTypeExpression()

v8::internal::torque::FunctionTypeExpression::FunctionTypeExpression ( SourcePosition pos,
std::vector< TypeExpression * > parameters,
TypeExpression * return_type )
inline

Definition at line 666 of file ast.h.

Member Data Documentation

◆ parameters

std::vector<TypeExpression*> v8::internal::torque::FunctionTypeExpression::parameters

Definition at line 672 of file ast.h.

◆ return_type

TypeExpression* v8::internal::torque::FunctionTypeExpression::return_type

Definition at line 673 of file ast.h.


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