Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h92 void SetDebugLibraryHandle(LibraryHandle handle) in SetDebugLibraryHandle() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp456 vm->GetJsDebuggerManager()->SetDebugLibraryHandle(std::move(handle.Value())); in StartDebugger()