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

#include <scavenger.h>

Collaboration diagram for v8::internal::Scavenger::PromotedListEntry:

Public Attributes

Tagged< HeapObjectheap_object
 
Tagged< Mapmap
 
int size
 

Detailed Description

Definition at line 55 of file scavenger.h.

Member Data Documentation

◆ heap_object

Tagged<HeapObject> v8::internal::Scavenger::PromotedListEntry::heap_object

Definition at line 56 of file scavenger.h.

◆ map

Tagged<Map> v8::internal::Scavenger::PromotedListEntry::map

Definition at line 57 of file scavenger.h.

◆ size

int v8::internal::Scavenger::PromotedListEntry::size

Definition at line 58 of file scavenger.h.


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