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

#include <symbolizer.h>

Collaboration diagram for v8::internal::Symbolizer::SymbolizedSample:

Public Attributes

ProfileStackTrace stack_trace
 
int src_line
 

Detailed Description

Definition at line 23 of file symbolizer.h.

Member Data Documentation

◆ src_line

int v8::internal::Symbolizer::SymbolizedSample::src_line

Definition at line 25 of file symbolizer.h.

◆ stack_trace

ProfileStackTrace v8::internal::Symbolizer::SymbolizedSample::stack_trace

Definition at line 24 of file symbolizer.h.


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