v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
Recorder::ContextId Class Reference

#include <v8-metrics.h>

Public Member Functions

 ContextId ()
 
bool IsEmpty () const
 
bool operator== (const ContextId &other) const
 
bool operator!= (const ContextId &other) const
 

Static Public Member Functions

static const ContextId Empty ()
 

Friends

class ::v8::Context
 
class ::v8::internal::Isolate
 

Detailed Description

Definition at line 159 of file v8-metrics.h.

Constructor & Destructor Documentation

◆ ContextId()

ContextId ( )
inline

Definition at line 161 of file v8-metrics.h.

Member Function Documentation

◆ Empty()

static const ContextId Empty ( )
inlinestatic

Definition at line 164 of file v8-metrics.h.

◆ IsEmpty()

bool IsEmpty ( ) const
inline

Definition at line 163 of file v8-metrics.h.

◆ operator!=()

bool operator!= ( const ContextId other) const
inline

Definition at line 167 of file v8-metrics.h.

◆ operator==()

bool operator== ( const ContextId other) const
inline

Definition at line 166 of file v8-metrics.h.

Friends And Related Function Documentation

◆ ::v8::Context

friend class ::v8::Context
friend

Definition at line 170 of file v8-metrics.h.

◆ ::v8::internal::Isolate

friend class ::v8::internal::Isolate
friend

Definition at line 171 of file v8-metrics.h.


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