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

#include <ast.h>

Collaboration diagram for v8::internal::torque::AnnotationParameter:

Public Attributes

std::string string_value
 
int int_value
 
bool is_int
 

Detailed Description

Definition at line 933 of file ast.h.

Member Data Documentation

◆ int_value

int v8::internal::torque::AnnotationParameter::int_value

Definition at line 935 of file ast.h.

◆ is_int

bool v8::internal::torque::AnnotationParameter::is_int

Definition at line 936 of file ast.h.

◆ string_value

std::string v8::internal::torque::AnnotationParameter::string_value

Definition at line 934 of file ast.h.


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