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

#include <ast.h>

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

Public Member Functions

 TypeAliasDeclaration (SourcePosition pos, Identifier *name, TypeExpression *type)
 
- Public Member Functions inherited from v8::internal::torque::TypeDeclaration
 TypeDeclaration (Kind kKind, SourcePosition pos, Identifier *name)
 
- 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

TypeExpressiontype
 
- Public Attributes inherited from v8::internal::torque::TypeDeclaration
Identifiername
 
- 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 895 of file ast.h.

Constructor & Destructor Documentation

◆ TypeAliasDeclaration()

v8::internal::torque::TypeAliasDeclaration::TypeAliasDeclaration ( SourcePosition pos,
Identifier * name,
TypeExpression * type )
inline

Definition at line 897 of file ast.h.

Member Data Documentation

◆ type

TypeExpression* v8::internal::torque::TypeAliasDeclaration::type

Definition at line 900 of file ast.h.


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