![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <zone-compact-set.h>
Public Types | |
| using | handle_type = Handle<T> |
| using | data_type = Address |
Static Public Member Functions | |
| static data_type * | HandleToPointer (handle_type handle) |
| static handle_type | PointerToHandle (data_type *ptr) |
Definition at line 26 of file zone-compact-set.h.
| using v8::internal::ZoneCompactSetTraits< Handle< T > >::data_type = Address |
Definition at line 28 of file zone-compact-set.h.
| using v8::internal::ZoneCompactSetTraits< Handle< T > >::handle_type = Handle<T> |
Definition at line 27 of file zone-compact-set.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 36 of file zone-compact-set.h.