Home
last modified time | relevance | path

Searched defs:CallFunctionOn (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp91 void RuntimeImpl::DispatcherImpl::CallFunctionOn(const DispatchRequest &request) in CallFunctionOn() function in panda::ecmascript::tooling::RuntimeImpl::DispatcherImpl
154 DispatchResponse RuntimeImpl::CallFunctionOn([[maybe_unused]] const CallFunctionOnParams &params, in CallFunctionOn() function in panda::ecmascript::tooling::RuntimeImpl
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h360 …std::optional<Error> CallFunctionOn([[maybe_unused]] PtObject object, [[maybe_unused]] PtMethod me… in CallFunctionOn() function