Searched refs:CheckHandleCountVisitor (Results 1 – 1 of 1) sorted by relevance
5227 class CheckHandleCountVisitor : public RootVisitor { class5229 CheckHandleCountVisitor() : handle_count_(0) {} in CheckHandleCountVisitor() function in v8::internal::CheckHandleCountVisitor5230 ~CheckHandleCountVisitor() override { in ~CheckHandleCountVisitor()5244 CheckHandleCountVisitor v; in CheckHandleCount()