Home
last modified time | relevance | path

Searched refs:kEmptyId (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-metrics.h177 ContextId() : id_(kEmptyId) {} in ContextId()
179 bool IsEmpty() const { return id_ == kEmptyId; } in IsEmpty()
180 static const ContextId Empty() { return ContextId{kEmptyId}; } in Empty()
191 static constexpr uintptr_t kEmptyId = 0; member in v8::metrics::Recorder::ContextId
/third_party/node/deps/v8/include/
H A Dv8-metrics.h185 ContextId() : id_(kEmptyId) {} in ContextId()
187 bool IsEmpty() const { return id_ == kEmptyId; } in IsEmpty()
188 static const ContextId Empty() { return ContextId{kEmptyId}; } in Empty()
199 static constexpr uintptr_t kEmptyId = 0; member in v8::metrics::Recorder::ContextId

Completed in 2 milliseconds