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

#include <slot-set.h>

Collaboration diagram for v8::internal::TypedSlots::Chunk:

Public Attributes

Chunknext
 
std::vector< TypedSlotbuffer
 

Detailed Description

Definition at line 287 of file slot-set.h.

Member Data Documentation

◆ buffer

std::vector<TypedSlot> v8::internal::TypedSlots::Chunk::buffer

Definition at line 289 of file slot-set.h.

◆ next

Chunk* v8::internal::TypedSlots::Chunk::next

Definition at line 288 of file slot-set.h.


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