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

#include <weak-object-worklists.h>

Collaboration diagram for v8::internal::HeapObjectAndCode:

Public Attributes

Tagged< HeapObjectheap_object
 
Tagged< Codecode
 

Detailed Description

Definition at line 37 of file weak-object-worklists.h.

Member Data Documentation

◆ code

Tagged<Code> v8::internal::HeapObjectAndCode::code

Definition at line 39 of file weak-object-worklists.h.

◆ heap_object

Tagged<HeapObject> v8::internal::HeapObjectAndCode::heap_object

Definition at line 38 of file weak-object-worklists.h.


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