Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc367 auto existing_it = per_isolate_.find(isolate); in UnregisterIsolate() local
368 CHECK_NE(existing_it, per_isolate_.end()); in UnregisterIsolate()
369 auto& existing = existing_it->second; in UnregisterIsolate()
373 per_isolate_.erase(existing_it); in UnregisterIsolate()