Searched refs:contextById (Results 1 – 3 of 3) sorted by relevance
188 v8::MaybeLocal<v8::Context> V8InspectorImpl::contextById(int contextId) { in contextById() function in v8_inspector::V8InspectorImpl205 const auto& contextById = contextIt->second; in contextCreated() local207 DCHECK(contextById->find(contextId) == contextById->cend()); in contextCreated()208 (*contextById)[contextId].reset(context); in contextCreated()
83 v8::MaybeLocal<v8::Context> contextById(int contextId) override;
264 virtual v8::MaybeLocal<v8::Context> contextById(int contextId) = 0;