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

#include <ast.h>

Collaboration diagram for v8::internal::torque::GenericParameter:

Public Attributes

Identifiername
 
std::optional< TypeExpression * > constraint
 

Detailed Description

Definition at line 1124 of file ast.h.

Member Data Documentation

◆ constraint

std::optional<TypeExpression*> v8::internal::torque::GenericParameter::constraint

Definition at line 1126 of file ast.h.

◆ name

Identifier* v8::internal::torque::GenericParameter::name

Definition at line 1125 of file ast.h.


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