Home
last modified time | relevance | path

Searched refs:DebuggerManagedScope (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.h65 class PUBLIC_API DebuggerManagedScope { class in panda::ecmascript::tooling::DebuggerApi
67 explicit DebuggerManagedScope(const EcmaVM *vm);
68 ~DebuggerManagedScope();
69 ECMA_DISALLOW_COPY(DebuggerManagedScope);
70 ECMA_DISALLOW_MOVE(DebuggerManagedScope);
H A Ddebugger_api.cpp1338 DebuggerApi::DebuggerManagedScope::DebuggerManagedScope(const EcmaVM *vm) in DebuggerManagedScope() function in panda::ecmascript::tooling::DebuggerApi::DebuggerManagedScope
1350 DebuggerApi::DebuggerManagedScope::~DebuggerManagedScope() in ~DebuggerManagedScope()
/arkcompiler/toolchain/tooling/
H A Dprotocol_handler.cpp71 DebuggerApi::DebuggerManagedScope managedScope(vm_); in ProcessCommand()

Completed in 6 milliseconds