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

Public Member Functions

 Task (base::Semaphore *ready_semaphore, std::function< void()> func)
 
void Run ()
 

Public Attributes

base::Semaphoreready_semaphore_
 
std::function< void()> func_
 

Detailed Description

Definition at line 30 of file gdb-server.cc.

Constructor & Destructor Documentation

◆ Task()

v8::internal::wasm::gdb_server::TaskRunner::Task::Task ( base::Semaphore * ready_semaphore,
std::function< void()> func )
inline

Definition at line 32 of file gdb-server.cc.

Member Function Documentation

◆ Run()

void v8::internal::wasm::gdb_server::TaskRunner::Task::Run ( )
inline

Definition at line 35 of file gdb-server.cc.

Here is the call graph for this function:

Member Data Documentation

◆ func_

std::function<void()> v8::internal::wasm::gdb_server::TaskRunner::Task::func_

Definition at line 46 of file gdb-server.cc.

◆ ready_semaphore_

base::Semaphore* v8::internal::wasm::gdb_server::TaskRunner::Task::ready_semaphore_

Definition at line 43 of file gdb-server.cc.


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