Home
last modified time | relevance | path

Searched refs:HandleDebuggerStmt (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dnotification_manager.h38 virtual bool HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) = 0;
90 it->HandleDebuggerStmt(methodHandle, bcOffset); in DebuggerStmtEvent()
H A Djs_debugger_interface.h116 virtual bool HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) = 0;
H A Djs_debugger.h118 bool HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) override;
H A Djs_debugger.cpp163 bool JSDebugger::HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) in HandleDebuggerStmt() function in panda::ecmascript::tooling::JSDebugger
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Djs_debugger_test.cpp121 bool result = debugger.HandleDebuggerStmt(methodHandle, bcOffsetTest); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.h112 bool HandleDebuggerStmt(JSHandle<Method> method, uint32_t bcOffset) override;
H A Dtracing.cpp282 bool Tracing::HandleDebuggerStmt([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] uint32_t bcOffset) in HandleDebuggerStmt() function in panda::ecmascript::Tracing

Completed in 6 milliseconds