Home
last modified time | relevance | path

Searched refs:last_recorder_context_id_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc5527 CHECK_LT(last_recorder_context_id_, i::Smi::kMaxValue); in ThrowInternal()
5529 i::Smi::FromIntptr(++last_recorder_context_id_)); in ThrowInternal()
5533 std::forward_as_tuple(last_recorder_context_id_), in ThrowInternal()
5537 reinterpret_cast<void*>(last_recorder_context_id_), in ThrowInternal()
5539 return v8::metrics::Recorder::ContextId(last_recorder_context_id_); in ThrowInternal()
Disolate.h2294 uintptr_t last_recorder_context_id_ = 0; variable