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

#include <frames.h>

Collaboration diagram for v8::internal::FrameSummaries:

Public Member Functions

 FrameSummaries ()=default
 
 FrameSummaries (FrameSummary summary)
 
int size () const
 

Public Attributes

std::vector< FrameSummaryframes
 
bool top_frame_is_construct_call = false
 

Detailed Description

Definition at line 630 of file frames.h.

Constructor & Destructor Documentation

◆ FrameSummaries() [1/2]

v8::internal::FrameSummaries::FrameSummaries ( )
default

◆ FrameSummaries() [2/2]

v8::internal::FrameSummaries::FrameSummaries ( FrameSummary summary)
inlineexplicit

Definition at line 636 of file frames.h.

Member Function Documentation

◆ size()

int v8::internal::FrameSummaries::size ( ) const
inline

Definition at line 640 of file frames.h.

Here is the caller graph for this function:

Member Data Documentation

◆ frames

std::vector<FrameSummary> v8::internal::FrameSummaries::frames

Definition at line 631 of file frames.h.

◆ top_frame_is_construct_call

bool v8::internal::FrameSummaries::top_frame_is_construct_call = false

Definition at line 632 of file frames.h.


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