Home
last modified time | relevance | path

Searched defs:DebuggerPostTask (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebugger_arkapi.h25 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable
/arkcompiler/toolchain/inspector/
Dinspector.h29 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h57 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable
Djsnapi_expo.h1613 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp47 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef