Searched refs:SetAsyncCallStackDepth (Results 1 – 5 of 5) sorted by relevance
57 DispatchResponse SetAsyncCallStackDepth();118 void SetAsyncCallStackDepth(const DispatchRequest &request);
290 { "setAsyncCallStackDepth", &DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth }, in Dispatch()403 void DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth(const DispatchRequest &request) in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl405 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth()721 DispatchResponse DebuggerImpl::SetAsyncCallStackDepth() in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl
82 MOCK_METHOD(std::optional<Error>, SetAsyncCallStackDepth, (uint32_t), (const override));
526 virtual std::optional<Error> SetAsyncCallStackDepth(uint32_t maxDepth) const = 0;
347 std::optional<Error> SetAsyncCallStackDepth([[maybe_unused]] uint32_t maxDepth) const override in SetAsyncCallStackDepth() function