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

#include <types.h>

Collaboration diagram for v8::internal::torque::BitField:

Public Attributes

SourcePosition pos
 
NameAndType name_and_type
 
int offset
 
int num_bits
 

Detailed Description

Definition at line 497 of file types.h.

Member Data Documentation

◆ name_and_type

NameAndType v8::internal::torque::BitField::name_and_type

Definition at line 499 of file types.h.

◆ num_bits

int v8::internal::torque::BitField::num_bits

Definition at line 501 of file types.h.

◆ offset

int v8::internal::torque::BitField::offset

Definition at line 500 of file types.h.

◆ pos

SourcePosition v8::internal::torque::BitField::pos

Definition at line 498 of file types.h.


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