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

#include <frames.h>

Collaboration diagram for v8::internal::StackFrame::State:

Public Attributes

Address sp = kNullAddress
 
Address fp = kNullAddress
 
Addresspc_address = nullptr
 
Address callee_fp = kNullAddress
 
Address callee_pc = kNullAddress
 
Addressconstant_pool_address = nullptr
 
bool is_profiler_entry_frame = false
 
bool is_stack_exit_frame = false
 

Detailed Description

Definition at line 175 of file frames.h.

Member Data Documentation

◆ callee_fp

Address v8::internal::StackFrame::State::callee_fp = kNullAddress

Definition at line 179 of file frames.h.

◆ callee_pc

Address v8::internal::StackFrame::State::callee_pc = kNullAddress

Definition at line 180 of file frames.h.

◆ constant_pool_address

Address* v8::internal::StackFrame::State::constant_pool_address = nullptr

Definition at line 181 of file frames.h.

◆ fp

Address v8::internal::StackFrame::State::fp = kNullAddress

Definition at line 177 of file frames.h.

◆ is_profiler_entry_frame

bool v8::internal::StackFrame::State::is_profiler_entry_frame = false

Definition at line 182 of file frames.h.

◆ is_stack_exit_frame

bool v8::internal::StackFrame::State::is_stack_exit_frame = false

Definition at line 183 of file frames.h.

◆ pc_address

Address* v8::internal::StackFrame::State::pc_address = nullptr

Definition at line 178 of file frames.h.

◆ sp

Address v8::internal::StackFrame::State::sp = kNullAddress

Definition at line 176 of file frames.h.


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