Searched defs:contextById (Results 1 – 1 of 1) 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() local