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

#include <ast.h>

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

Public Member Functions

 ExternConstDeclaration (SourcePosition pos, Identifier *name, TypeExpression *type, std::string literal)
 
- 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
 
TypeExpressiontype
 
std::string literal
 
- 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 1180 of file ast.h.

Constructor & Destructor Documentation

◆ ExternConstDeclaration()

v8::internal::torque::ExternConstDeclaration::ExternConstDeclaration ( SourcePosition pos,
Identifier * name,
TypeExpression * type,
std::string literal )
inline

Definition at line 1182 of file ast.h.

Member Data Documentation

◆ literal

std::string v8::internal::torque::ExternConstDeclaration::literal

Definition at line 1190 of file ast.h.

◆ name

Identifier* v8::internal::torque::ExternConstDeclaration::name

Definition at line 1188 of file ast.h.

◆ type

TypeExpression* v8::internal::torque::ExternConstDeclaration::type

Definition at line 1189 of file ast.h.


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