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

#include <stacks.h>

Collaboration diagram for v8::internal::wasm::StackMemory::StackSwitchInfo:

Public Member Functions

bool has_value () const
 

Public Attributes

Address source_fp = kNullAddress
 
Address target_sp = kNullAddress
 

Detailed Description

Definition at line 140 of file stacks.h.

Member Function Documentation

◆ has_value()

bool v8::internal::wasm::StackMemory::StackSwitchInfo::has_value ( ) const
inline

Definition at line 148 of file stacks.h.

Here is the caller graph for this function:

Member Data Documentation

◆ source_fp

Address v8::internal::wasm::StackMemory::StackSwitchInfo::source_fp = kNullAddress

Definition at line 146 of file stacks.h.

◆ target_sp

Address v8::internal::wasm::StackMemory::StackSwitchInfo::target_sp = kNullAddress

Definition at line 147 of file stacks.h.


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