V8 Project
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 242 of file platform.h.

Member Data Documentation

◆ address

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

Definition at line 243 of file platform.h.

◆ text

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

Definition at line 244 of file platform.h.


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