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

Public Member Functions

 TerminateTask (v8::Isolate *isolate, std::shared_ptr< CancelToken > token)
 
void Run () override
 
- Public Member Functions inherited from v8::Task
virtual ~Task ()=default
 

Private Attributes

v8::Isolatem_isolate
 
std::shared_ptr< CancelTokenm_token
 

Detailed Description

Definition at line 465 of file v8-inspector-impl.cc.

Constructor & Destructor Documentation

◆ TerminateTask()

v8_inspector::V8InspectorImpl::EvaluateScope::TerminateTask::TerminateTask ( v8::Isolate * isolate,
std::shared_ptr< CancelToken > token )
inline

Definition at line 467 of file v8-inspector-impl.cc.

Member Function Documentation

◆ Run()

void v8_inspector::V8InspectorImpl::EvaluateScope::TerminateTask::Run ( )
inlineoverridevirtual

Implements v8::Task.

Definition at line 470 of file v8-inspector-impl.cc.

Here is the call graph for this function:

Member Data Documentation

◆ m_isolate

v8::Isolate* v8_inspector::V8InspectorImpl::EvaluateScope::TerminateTask::m_isolate
private

Definition at line 479 of file v8-inspector-impl.cc.

◆ m_token

std::shared_ptr<CancelToken> v8_inspector::V8InspectorImpl::EvaluateScope::TerminateTask::m_token
private

Definition at line 480 of file v8-inspector-impl.cc.


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