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

Public Member Functions

 BackgroundCollectionInterruptTask (Heap *heap)
 
 ~BackgroundCollectionInterruptTask () override=default
 
 BackgroundCollectionInterruptTask (const BackgroundCollectionInterruptTask &)=delete
 
BackgroundCollectionInterruptTaskoperator= (const BackgroundCollectionInterruptTask &)=delete
 
- 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 Member Functions

void RunInternal () override
 

Private Attributes

Heapheap_
 

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 43 of file collection-barrier.cc.

Constructor & Destructor Documentation

◆ BackgroundCollectionInterruptTask() [1/2]

v8::internal::BackgroundCollectionInterruptTask::BackgroundCollectionInterruptTask ( Heap * heap)
inlineexplicit

Definition at line 45 of file collection-barrier.cc.

◆ ~BackgroundCollectionInterruptTask()

v8::internal::BackgroundCollectionInterruptTask::~BackgroundCollectionInterruptTask ( )
overridedefault

◆ BackgroundCollectionInterruptTask() [2/2]

v8::internal::BackgroundCollectionInterruptTask::BackgroundCollectionInterruptTask ( const BackgroundCollectionInterruptTask & )
delete

Member Function Documentation

◆ operator=()

BackgroundCollectionInterruptTask & v8::internal::BackgroundCollectionInterruptTask::operator= ( const BackgroundCollectionInterruptTask & )
delete

◆ RunInternal()

void v8::internal::BackgroundCollectionInterruptTask::RunInternal ( )
inlineoverrideprivatevirtual

Implements v8::internal::CancelableTask.

Definition at line 56 of file collection-barrier.cc.

Here is the call graph for this function:

Member Data Documentation

◆ heap_

Heap* v8::internal::BackgroundCollectionInterruptTask::heap_
private

Definition at line 63 of file collection-barrier.cc.


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