v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::BitVector::DataStorage Union Reference
Collaboration diagram for v8::internal::BitVector::DataStorage:

Public Member Functions

 DataStorage (uintptr_t value)
 

Public Attributes

uintptr_t * ptr_
 
uintptr_t inline_
 

Detailed Description

Definition at line 268 of file bit-vector.h.

Constructor & Destructor Documentation

◆ DataStorage()

v8::internal::BitVector::DataStorage::DataStorage ( uintptr_t value)
inlineexplicit

Definition at line 272 of file bit-vector.h.

Member Data Documentation

◆ inline_

uintptr_t v8::internal::BitVector::DataStorage::inline_

Definition at line 270 of file bit-vector.h.

◆ ptr_

uintptr_t* v8::internal::BitVector::DataStorage::ptr_

Definition at line 269 of file bit-vector.h.


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