v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
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 ()=default
 

Detailed Description

Definition at line 51 of file v8threads.h.

Constructor & Destructor Documentation

◆ ~ThreadVisitor()

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

Member Function Documentation

◆ VisitThread()

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

Implemented in v8::internal::RedirectActiveFunctions.

Here is the caller graph for this function:

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