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

#include <ast.h>

Collaboration diagram for v8::internal::torque::StructFieldExpression:

Public Attributes

NameAndTypeExpression name_and_type
 
bool const_qualified
 

Detailed Description

Definition at line 913 of file ast.h.

Member Data Documentation

◆ const_qualified

bool v8::internal::torque::StructFieldExpression::const_qualified

Definition at line 915 of file ast.h.

◆ name_and_type

NameAndTypeExpression v8::internal::torque::StructFieldExpression::name_and_type

Definition at line 914 of file ast.h.


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