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

#include <ast.h>

Collaboration diagram for v8::internal::torque::Annotation:

Public Attributes

Identifiername
 
std::optional< AnnotationParameterparam
 

Detailed Description

Definition at line 939 of file ast.h.

Member Data Documentation

◆ name

Identifier* v8::internal::torque::Annotation::name

Definition at line 940 of file ast.h.

◆ param

std::optional<AnnotationParameter> v8::internal::torque::Annotation::param

Definition at line 941 of file ast.h.


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