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

Public Attributes

Identifiername
 
std::optional< TypeExpression * > type
 
std::optional< std::string > alias_entry
 

Detailed Description

Definition at line 40 of file torque-parser.cc.

Member Data Documentation

◆ alias_entry

std::optional<std::string> v8::internal::torque::EnumEntry::alias_entry

Definition at line 43 of file torque-parser.cc.

◆ name

Identifier* v8::internal::torque::EnumEntry::name

Definition at line 41 of file torque-parser.cc.

◆ type

std::optional<TypeExpression*> v8::internal::torque::EnumEntry::type

Definition at line 42 of file torque-parser.cc.


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