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

#include <ast.h>

Collaboration diagram for v8::internal::torque::NameAndTypeExpression:

Public Attributes

Identifiername
 
TypeExpressiontype
 

Detailed Description

Definition at line 903 of file ast.h.

Member Data Documentation

◆ name

Identifier* v8::internal::torque::NameAndTypeExpression::name

Definition at line 904 of file ast.h.

◆ type

TypeExpression* v8::internal::torque::NameAndTypeExpression::type

Definition at line 905 of file ast.h.


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