v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::MinorGCJob::Task Class Reference
Inheritance diagram for v8::internal::MinorGCJob::Task:
Collaboration diagram for v8::internal::MinorGCJob::Task:

Public Member Functions

 Task (Isolate *isolate, MinorGCJob *job)
 
void RunInternal () override
 
Isolateisolate () const
 
- Public Member Functions inherited from v8::internal::CancelableTask
 CancelableTask (Isolate *isolate)
 
 CancelableTask (CancelableTaskManager *manager)
 
 CancelableTask (const CancelableTask &)=delete
 
CancelableTaskoperator= (const CancelableTask &)=delete
 
void Run () final
 
- Public Member Functions inherited from v8::internal::Cancelable
 Cancelable (CancelableTaskManager *parent)
 
virtual ~Cancelable ()
 
 Cancelable (const Cancelable &)=delete
 
Cancelableoperator= (const Cancelable &)=delete
 
CancelableTaskManager::Id id ()
 

Private Attributes

Isolate *const isolate_
 
MinorGCJob *const job_
 

Additional Inherited Members

- Protected Types inherited from v8::internal::Cancelable
enum  Status { kWaiting , kCanceled , kRunning }
 
- Protected Member Functions inherited from v8::internal::Cancelable
bool TryRun (Status *previous=nullptr)
 

Detailed Description

Definition at line 118 of file minor-gc-job.cc.

Constructor & Destructor Documentation

◆ Task()

v8::internal::MinorGCJob::Task::Task ( Isolate * isolate,
MinorGCJob * job )
inline

Definition at line 120 of file minor-gc-job.cc.

Member Function Documentation

◆ isolate()

Isolate * v8::internal::MinorGCJob::Task::isolate ( ) const
inline

Definition at line 126 of file minor-gc-job.cc.

Here is the caller graph for this function:

◆ RunInternal()

void v8::internal::MinorGCJob::Task::RunInternal ( )
overridevirtual

Implements v8::internal::CancelableTask.

Definition at line 163 of file minor-gc-job.cc.

Here is the call graph for this function:

Member Data Documentation

◆ isolate_

Isolate* const v8::internal::MinorGCJob::Task::isolate_
private

Definition at line 129 of file minor-gc-job.cc.

◆ job_

MinorGCJob* const v8::internal::MinorGCJob::Task::job_
private

Definition at line 130 of file minor-gc-job.cc.


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