Home
last modified time | relevance | path

Searched refs:ReturnNativeFunc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h41 using ReturnNativeFunc = std::function<void()>; variable
154 void SetJSReturnNativeFunc(ReturnNativeFunc *returnNative) in SetJSReturnNativeFunc()
226 ReturnNativeFunc *returnNative_ {nullptr};
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h276 JsDebuggerManager::ReturnNativeFunc returnNative_ {nullptr};