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

Public Member Functions

 ReleasePooledChunksTask (Isolate *isolate, PagePool *pool, size_t id)
 
 ~ReleasePooledChunksTask () override=default
 
 ReleasePooledChunksTask (const ReleasePooledChunksTask &)=delete
 
ReleasePooledChunksTaskoperator= (const ReleasePooledChunksTask &)=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

Isolate *const isolate_
 
PagePool *const pool_
 
const size_t id_
 

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 20 of file page-pool.cc.

Constructor & Destructor Documentation

◆ ReleasePooledChunksTask() [1/2]

v8::internal::ReleasePooledChunksTask::ReleasePooledChunksTask ( Isolate * isolate,
PagePool * pool,
size_t id )
inline

Definition at line 22 of file page-pool.cc.

◆ ~ReleasePooledChunksTask()

v8::internal::ReleasePooledChunksTask::~ReleasePooledChunksTask ( )
overridedefault

◆ ReleasePooledChunksTask() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ RunInternal()

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

Implements v8::internal::CancelableTask.

Definition at line 30 of file page-pool.cc.

Here is the call graph for this function:

Member Data Documentation

◆ id_

const size_t v8::internal::ReleasePooledChunksTask::id_
private

Definition at line 40 of file page-pool.cc.

◆ isolate_

Isolate* const v8::internal::ReleasePooledChunksTask::isolate_
private

Definition at line 38 of file page-pool.cc.

◆ pool_

PagePool* const v8::internal::ReleasePooledChunksTask::pool_
private

Definition at line 39 of file page-pool.cc.


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