![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-profiler.h>
Public Attributes | |
const char * | deopt_reason |
std::vector< CpuProfileDeoptFrame > | stack |
Definition at line 51 of file v8-profiler.h.
const char* v8::CpuProfileDeoptInfo::deopt_reason |
A pointer to a static string owned by v8.
Definition at line 53 of file v8-profiler.h.
std::vector<CpuProfileDeoptFrame> v8::CpuProfileDeoptInfo::stack |
Definition at line 54 of file v8-profiler.h.