Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1662 void CheckDetachedContextsAfterGC();
Disolate.cc5209 void Isolate::CheckDetachedContextsAfterGC() { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/heap/
Dheap.cc1881 isolate()->CheckDetachedContextsAfterGC(); in CollectGarbage()