Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h127 const LibraryHandle &GetDebugLibraryHandle() const in GetDebugLibraryHandle() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2947 const auto &handler = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StartDebugger()
3015 const auto &handle = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StartDebuggerForOldProcess()
3068 const auto &handle = jsDebuggerManager->GetDebugLibraryHandle(); in StartDebuggerForSocketPair()
3133 jsDebuggerManager->GetDebugLibraryHandle(), "StoreDebuggerInfo"); in NotifyDebugMode()
3143 jsDebuggerManager->GetDebugLibraryHandle(), "WaitForDebugger"); in NotifyDebugMode()
3172 const auto &handler = jsDebuggerManager->GetDebugLibraryHandle(); in StoreDebugInfo()
3189 jsDebuggerManager->GetDebugLibraryHandle(), "StoreDebuggerInfo"); in StoreDebugInfo()
3226 const auto &handle = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StopDebugger()
3265 const auto &handle = jsDebuggerManager->GetDebugLibraryHandle(); in StopDebugger()