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

#include <trace-event.h>

Collaboration diagram for v8::internal::tracing::TraceID::WithScope:

Public Member Functions

 WithScope (const char *scope, uint64_t raw_id)
 
uint64_t raw_id () const
 
const char * scope () const
 

Private Attributes

const char * scope_ = nullptr
 
uint64_t raw_id_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ WithScope()

v8::internal::tracing::TraceID::WithScope::WithScope ( const char * scope,
uint64_t raw_id )
inline

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

Member Function Documentation

◆ raw_id()

uint64_t v8::internal::tracing::TraceID::WithScope::raw_id ( ) const
inline

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

◆ scope()

const char * v8::internal::tracing::TraceID::WithScope::scope ( ) const
inline

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

Member Data Documentation

◆ raw_id_

uint64_t v8::internal::tracing::TraceID::WithScope::raw_id_
private

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

◆ scope_

const char* v8::internal::tracing::TraceID::WithScope::scope_ = nullptr
private

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


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