Searched refs:ReplyNativeCalling (Results 1 – 2 of 2) sorted by relevance
70 DispatchResponse ReplyNativeCalling(const ReplyNativeCallingParams ¶ms);131 void ReplyNativeCalling(const DispatchRequest &request);
297 { "replyNativeCalling", &DebuggerImpl::DispatcherImpl::ReplyNativeCalling }, in Dispatch()492 void DebuggerImpl::DispatcherImpl::ReplyNativeCalling(const DispatchRequest &request) in ReplyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl499 DispatchResponse response = debugger_->ReplyNativeCalling(*params); in ReplyNativeCalling()976 DispatchResponse DebuggerImpl::ReplyNativeCalling([[maybe_unused]] const ReplyNativeCallingParams &… in ReplyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl