Searched refs:contextById (Results 1 – 3 of 3) sorted by relevance
191 v8::MaybeLocal<v8::Context> V8InspectorImpl::contextById( in contextById() function in v8_inspector::V8InspectorImpl214 const auto& contextById = contextIt->second; in contextCreated() local216 DCHECK(contextById->find(contextId) == contextById->cend()); in contextCreated()217 (*contextById)[contextId].reset(context); in contextCreated()
81 v8::MaybeLocal<v8::Context> contextById(int groupId,
248 virtual v8::MaybeLocal<v8::Context> contextById(int groupId,