V8  latest master commit
V8 is Google's open source JavaScript engine
v8::CpuProfileDeoptFrame Struct Reference

#include <v8-profiler.h>

Data Fields

int script_id
 
size_t position
 

Detailed Description

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

Field Documentation

◆ position

size_t v8::CpuProfileDeoptFrame::position

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

◆ script_id

int v8::CpuProfileDeoptFrame::script_id

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


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