Searched refs:stackFrames (Results 1 – 3 of 3) sorted by relevance
154 stackFrames = self.get_dict_value(response, ['body', 'stackFrames'])159 return (stackFrames, totalFrames)164 (stackFrames, totalFrames) = self.get_stackFrames_and_totalFramesCount(169 return stackFrames172 stackFrames = self.get_stackFrames(threadId=threadId,175 if stackFrames is not None:176 stackFrame = stackFrames[0]
346 OS << R"( "stackFrames": {)"; in exportAsChromeTraceEventFormat()
2486 llvm::json::Array stackFrames; in request_stackTrace() local2497 stackFrames.emplace_back(CreateStackFrame(frame)); in request_stackTrace()2502 body.try_emplace("stackFrames", std::move(stackFrames)); in request_stackTrace()