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

#include <platform.h>

Collaboration diagram for v8::base::OS::StackFrame:

Public Attributes

void * address
 
char text [kStackWalkMaxTextLen]
 

Detailed Description

Definition at line 246 of file platform.h.

Member Data Documentation

◆ address

void* v8::base::OS::StackFrame::address

Definition at line 247 of file platform.h.

◆ text

char v8::base::OS::StackFrame::text[kStackWalkMaxTextLen]

Definition at line 248 of file platform.h.


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