Lines Matching refs:StackFrame
18 class StackFrame; variable
28 class StackFrame {
30 StackFrame(String16&& functionName, int scriptId, String16&& sourceURL,
32 ~StackFrame() = default;
41 bool isEqual(StackFrame* frame) const;
88 V8StackTraceImpl(std::vector<std::shared_ptr<StackFrame>> frames,
98 StackFrame* frame();
102 std::vector<std::shared_ptr<StackFrame>>::const_iterator m_currentIt;
103 std::vector<std::shared_ptr<StackFrame>>::const_iterator m_currentEnd;
107 std::vector<std::shared_ptr<StackFrame>> m_frames;
131 const std::vector<std::shared_ptr<StackFrame>>& frames() const { in frames()
137 std::vector<std::shared_ptr<StackFrame>> frames,
144 std::vector<std::shared_ptr<StackFrame>> m_frames;