Home
last modified time | relevance | path

Searched refs:contextById (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-inspector-impl.cc181 v8::MaybeLocal<v8::Context> V8InspectorImpl::contextById(int contextId) { in contextById() function in v8_inspector::V8InspectorImpl
210 const auto& contextById = contextIt->second; in contextCreated() local
212 DCHECK(contextById->find(contextId) == contextById->cend()); in contextCreated()
213 (*contextById)[contextId].reset(context); in contextCreated()
Dv8-inspector-impl.h86 v8::MaybeLocal<v8::Context> contextById(int contextId) override;
/third_party/node/deps/v8/include/
Dv8-inspector.h322 virtual v8::MaybeLocal<v8::Context> contextById(int contextId) = 0;