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

#include <deoptimization-data.h>

Collaboration diagram for v8::internal::DeoptimizationFrameTranslation::FrameCount:

Public Attributes

int total_frame_count
 
int js_frame_count
 

Detailed Description

Definition at line 179 of file deoptimization-data.h.

Member Data Documentation

◆ js_frame_count

int v8::internal::DeoptimizationFrameTranslation::FrameCount::js_frame_count

Definition at line 181 of file deoptimization-data.h.

◆ total_frame_count

int v8::internal::DeoptimizationFrameTranslation::FrameCount::total_frame_count

Definition at line 180 of file deoptimization-data.h.


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