Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dinspector.h29 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h52 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable
Djsnapi_expo.h1560 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp45 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef