Searched refs:SetAsyncCallStackDepth (Results 1 – 5 of 5) sorted by relevance
76 DispatchResponse SetAsyncCallStackDepth();164 void SetAsyncCallStackDepth(const DispatchRequest &request);
498 SetAsyncCallStackDepth(request); in Dispatch()737 void DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth(const DispatchRequest &request) in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl739 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth()1227 DispatchResponse DebuggerImpl::SetAsyncCallStackDepth() in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl
539 virtual std::optional<Error> SetAsyncCallStackDepth(uint32_t maxDepth) const = 0;
353 std::optional<Error> SetAsyncCallStackDepth([[maybe_unused]] uint32_t maxDepth) const override in SetAsyncCallStackDepth() function
695 R"({"id":0,"result":{"code":1,"message":"SetAsyncCallStackDepth not support now"}})"); in HWTEST_F_L0()