Searched refs:contextById (Results 1 – 3 of 3) sorted by relevance
181 v8::MaybeLocal<v8::Context> V8InspectorImpl::contextById(int contextId) { in contextById() function in v8_inspector::V8InspectorImpl210 const auto& contextById = contextIt->second; in contextCreated() local212 DCHECK(contextById->find(contextId) == contextById->cend()); in contextCreated()213 (*contextById)[contextId].reset(context); in contextCreated()
86 v8::MaybeLocal<v8::Context> contextById(int contextId) override;
322 virtual v8::MaybeLocal<v8::Context> contextById(int contextId) = 0;