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

#include <ast.h>

Collaboration diagram for v8::internal::torque::EnumDescription::Entry:

Public Member Functions

 Entry (std::string name, std::string alias_entry)
 

Public Attributes

std::string name
 
std::string alias_entry
 

Detailed Description

Definition at line 190 of file ast.h.

Constructor & Destructor Documentation

◆ Entry()

v8::internal::torque::EnumDescription::Entry::Entry ( std::string name,
std::string alias_entry )
inline

Definition at line 193 of file ast.h.

Member Data Documentation

◆ alias_entry

std::string v8::internal::torque::EnumDescription::Entry::alias_entry

Definition at line 192 of file ast.h.

◆ name

std::string v8::internal::torque::EnumDescription::Entry::name

Definition at line 191 of file ast.h.


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