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

#include <stack.h>

Collaboration diagram for heap::base::Stack::Segment:

Public Member Functions

 Segment ()=default
 
 Segment (const void *stack_start, const void *stack_top)
 

Public Attributes

const void * start = nullptr
 
const void * top = nullptr
 

Detailed Description

Definition at line 121 of file stack.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

heap::base::Stack::Segment::Segment ( )
default

◆ Segment() [2/2]

heap::base::Stack::Segment::Segment ( const void * stack_start,
const void * stack_top )
inline

Definition at line 144 of file stack.h.

Member Data Documentation

◆ start

const void* heap::base::Stack::Segment::start = nullptr

Definition at line 125 of file stack.h.

◆ top

const void* heap::base::Stack::Segment::top = nullptr

Definition at line 126 of file stack.h.


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