v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
CpuProfileDeoptInfo Struct Reference

#include <v8-profiler.h>

Data Fields

const char * deopt_reason
 
std::vector< CpuProfileDeoptFramestack
 

Detailed Description

Definition at line 50 of file v8-profiler.h.

Field Documentation

◆ deopt_reason

const char* deopt_reason

A pointer to a static string owned by v8.

Definition at line 52 of file v8-profiler.h.

◆ stack

std::vector<CpuProfileDeoptFrame> stack

Definition at line 53 of file v8-profiler.h.


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