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

#include <ast.h>

Collaboration diagram for v8::internal::torque::BitFieldDeclaration:

Public Attributes

NameAndTypeExpression name_and_type
 
int num_bits
 

Detailed Description

Definition at line 918 of file ast.h.

Member Data Documentation

◆ name_and_type

NameAndTypeExpression v8::internal::torque::BitFieldDeclaration::name_and_type

Definition at line 919 of file ast.h.

◆ num_bits

int v8::internal::torque::BitFieldDeclaration::num_bits

Definition at line 920 of file ast.h.


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