v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::TracedNodeBlock::ListNode Struct Referencefinal
Collaboration diagram for v8::internal::TracedNodeBlock::ListNode:

Public Attributes

TracedNodeBlock ** prev_ = nullptr
 
TracedNodeBlocknext_ = nullptr
 

Detailed Description

Definition at line 147 of file traced-handles.h.

Member Data Documentation

◆ next_

TracedNodeBlock* v8::internal::TracedNodeBlock::ListNode::next_ = nullptr

Definition at line 149 of file traced-handles.h.

◆ prev_

TracedNodeBlock** v8::internal::TracedNodeBlock::ListNode::prev_ = nullptr

Definition at line 148 of file traced-handles.h.


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