Home
last modified time | relevance | path

Searched defs:AsyncGC (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc152 struct V8HeapProfilerAgentImpl::AsyncGC { struct in v8_inspector::V8HeapProfilerAgentImpl
153 v8::base::Mutex m_mutex;
154 bool m_canceled = false;
155 bool m_pending = false;
156 std::vector<std::unique_ptr<CollectGarbageCallback>> m_pending_callbacks;
/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc106 class AsyncGC final : public CancelableTask { class
110 AsyncGC(v8::Isolate* isolate, v8::Local<v8::Promise::Resolver> resolver, in AsyncGC() function in v8::internal::__anon930e3acd0111::AsyncGC