Home
last modified time | relevance | path

Searched refs:m_pending_callbacks (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc156 std::vector<std::unique_ptr<CollectGarbageCallback>> m_pending_callbacks; member
171 for (auto& callback : async_gc->m_pending_callbacks) {
174 async_gc->m_pending_callbacks.clear();
195 m_async_gc->m_pending_callbacks.clear(); in ~V8HeapProfilerAgentImpl()
218 m_async_gc->m_pending_callbacks.push_back(std::move(callback)); in collectGarbage()

Completed in 1 milliseconds