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

Public Member Functions

 Task (Isolate *isolate, IncrementalMarkingJob *job, StackState stack_state)
 
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_
 
IncrementalMarkingJob *const job_
 
const StackState stack_state_
 

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 27 of file incremental-marking-job.cc.

Constructor & Destructor Documentation

◆ Task()

v8::internal::IncrementalMarkingJob::Task::Task ( Isolate * isolate,
IncrementalMarkingJob * job,
StackState stack_state )
inline

Definition at line 29 of file incremental-marking-job.cc.

Member Function Documentation

◆ isolate()

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

Definition at line 38 of file incremental-marking-job.cc.

Here is the caller graph for this function:

◆ RunInternal()

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

Implements v8::internal::CancelableTask.

Definition at line 89 of file incremental-marking-job.cc.

Here is the call graph for this function:

Member Data Documentation

◆ isolate_

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

Definition at line 41 of file incremental-marking-job.cc.

◆ job_

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

Definition at line 42 of file incremental-marking-job.cc.

◆ stack_state_

const StackState v8::internal::IncrementalMarkingJob::Task::stack_state_
private

Definition at line 43 of file incremental-marking-job.cc.


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