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

#include <ast.h>

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

Public Member Functions

 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

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 860 of file ast.h.

Constructor & Destructor Documentation

◆ TypeDeclaration()

v8::internal::torque::TypeDeclaration::TypeDeclaration ( Kind kKind,
SourcePosition pos,
Identifier * name )
inline

Definition at line 862 of file ast.h.

Member Data Documentation

◆ name

Identifier* v8::internal::torque::TypeDeclaration::name

Definition at line 864 of file ast.h.


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