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

#include <ast.h>

Collaboration diagram for v8::internal::torque::LabelAndTypes:

Public Attributes

Identifiername
 
std::vector< TypeExpression * > types
 

Detailed Description

Definition at line 962 of file ast.h.

Member Data Documentation

◆ name

Identifier* v8::internal::torque::LabelAndTypes::name

Definition at line 963 of file ast.h.

◆ types

std::vector<TypeExpression*> v8::internal::torque::LabelAndTypes::types

Definition at line 964 of file ast.h.


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