v8  9.0.257(node16.0.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 145 of file v8-metrics.h.

Constructor & Destructor Documentation

◆ ContextId()

ContextId ( )
inline

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

Member Function Documentation

◆ Empty()

static const ContextId Empty ( )
inlinestatic

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

◆ IsEmpty()

bool IsEmpty ( ) const
inline

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

◆ operator!=()

bool operator!= ( const ContextId other) const
inline

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

◆ operator==()

bool operator== ( const ContextId other) const
inline

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

Friends And Related Function Documentation

◆ ::v8::Context

friend class ::v8::Context
friend

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

◆ ::v8::internal::Isolate

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

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


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