V8 Project
v8::internal::CodeEventsContainer Class Reference

#include <cpu-profiler.h>

+ Collaboration diagram for v8::internal::CodeEventsContainer:

Public Member Functions

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

Public Attributes

union {
   CodeEventRecord   generic
 
}; 
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CodeEventsContainer()

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

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

111  {
112  generic.type = type;
113  }

Member Data Documentation

◆ 

union { ... }

◆ generic

CodeEventRecord v8::internal::CodeEventsContainer::generic

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