Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-impl.cc191 v8::MaybeLocal<v8::Context> V8InspectorImpl::contextById( in contextById() function in v8_inspector::V8InspectorImpl
214 const auto& contextById = contextIt->second; in contextCreated() local
216 DCHECK(contextById->find(contextId) == contextById->cend()); in contextCreated()
217 (*contextById)[contextId].reset(context); in contextCreated()
Dv8-inspector-impl.h81 v8::MaybeLocal<v8::Context> contextById(int groupId,
/external/v8/include/
Dv8-inspector.h248 virtual v8::MaybeLocal<v8::Context> contextById(int groupId,