v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ZoneChunkList< T >::SeekResult Struct Reference
Collaboration diagram for v8::internal::ZoneChunkList< T >::SeekResult:

Public Attributes

Chunkchunk_
 
uint32_t chunk_index_
 

Detailed Description

template<typename T>
struct v8::internal::ZoneChunkList< T >::SeekResult

Definition at line 137 of file zone-chunk-list.h.

Member Data Documentation

◆ chunk_

template<typename T >
Chunk* v8::internal::ZoneChunkList< T >::SeekResult::chunk_

Definition at line 138 of file zone-chunk-list.h.

◆ chunk_index_

template<typename T >
uint32_t v8::internal::ZoneChunkList< T >::SeekResult::chunk_index_

Definition at line 139 of file zone-chunk-list.h.


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