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

#include <cpu-profiler.h>

Collaboration diagram for v8::internal::CodeEventsContainer:

Public Member Functions

 CodeEventsContainer (CodeEventRecord::Type type=CodeEventRecord::Type::kNoEvent)
 

Public Attributes

union { 
 
   CodeEventRecord   generic 
 
};  
 

Detailed Description

Definition at line 139 of file cpu-profiler.h.

Constructor & Destructor Documentation

◆ CodeEventsContainer()

v8::internal::CodeEventsContainer::CodeEventsContainer ( CodeEventRecord::Type type = CodeEventRecord::Type::kNoEvent)
inlineexplicit

Definition at line 141 of file cpu-profiler.h.

Member Data Documentation

◆ [union]

◆ generic

CodeEventRecord v8::internal::CodeEventsContainer::generic

Definition at line 146 of file cpu-profiler.h.


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