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

Public Attributes

const uint8_t * category_group_enabled
 
const char * name
 
uint64_t event_handle
 

Detailed Description

Definition at line 590 of file trace-event.h.

Member Data Documentation

◆ category_group_enabled

const uint8_t* v8::internal::tracing::ScopedTracer::Data::category_group_enabled

Definition at line 591 of file trace-event.h.

◆ event_handle

uint64_t v8::internal::tracing::ScopedTracer::Data::event_handle

Definition at line 593 of file trace-event.h.

◆ name

const char* v8::internal::tracing::ScopedTracer::Data::name

Definition at line 592 of file trace-event.h.


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