V8 Project
v8::internal::ThreadVisitor Class Referenceabstract

#include <v8threads.h>

+ Inheritance diagram for v8::internal::ThreadVisitor:
+ Collaboration diagram for v8::internal::ThreadVisitor:

Public Member Functions

virtual void VisitThread (Isolate *isolate, ThreadLocalTop *top)=0
 

Protected Member Functions

virtual ~ThreadVisitor ()
 

Detailed Description

Definition at line 57 of file v8threads.h.

Constructor & Destructor Documentation

◆ ~ThreadVisitor()

virtual v8::internal::ThreadVisitor::~ThreadVisitor ( )
inlineprotectedvirtual

Definition at line 63 of file v8threads.h.

63 {}

Member Function Documentation

◆ VisitThread()

virtual void v8::internal::ThreadVisitor::VisitThread ( Isolate isolate,
ThreadLocalTop *  top 
)
pure virtual

Implemented in v8::internal::ActivationsFinder, v8::internal::InactiveThreadActivationsChecker, v8::internal::CodeMarkingVisitor, v8::internal::ActiveFunctionsRedirector, and v8::internal::ActiveFunctionsCollector.

Referenced by v8::internal::Isolate::IterateThread().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: