Searched refs:SetAsyncCallStackDepth (Results 1 – 5 of 5) sorted by relevance
64 DispatchResponse SetAsyncCallStackDepth();159 void SetAsyncCallStackDepth(const DispatchRequest &request);
371 { "setAsyncCallStackDepth", &DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth }, in Dispatch()505 void DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth(const DispatchRequest &request) in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl507 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth()965 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
584 R"({"id":0,"result":{"code":1,"message":"SetAsyncCallStackDepth not support now"}})"); in HWTEST_F_L0()