Home
last modified time | relevance | path

Searched refs:FrameInspector (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.cc18 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector() function in v8::internal::FrameInspector
55 FrameInspector::~FrameInspector() = default;
57 JavaScriptFrame* FrameInspector::javascript_frame() { in javascript_frame()
61 Handle<Object> FrameInspector::GetParameter(int index) { in GetParameter()
67 Handle<Object> FrameInspector::GetExpression(int index) { in GetExpression()
72 Handle<Object> FrameInspector::GetContext() { in GetContext()
77 Handle<String> FrameInspector::GetFunctionName() { in GetFunctionName()
90 bool FrameInspector
[all...]
H A Ddebug-frames.h22 class FrameInspector { class
24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);
25 FrameInspector(const FrameInspector&) = delete;
26 FrameInspector& operator=(const FrameInspector&) = delete;
28 ~FrameInspector();
H A Ddebug-evaluate.h23 class FrameInspector;
103 FrameInspector frame_inspector_;
H A Ddebug-scopes.h48 ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
114 FrameInspector* const frame_inspector_ = nullptr;
H A Ddebug-scope-iterator.h17 DebugScopeIterator(Isolate* isolate, FrameInspector* frame_inspector);
H A Ddebug-stack-trace-iterator.h40 std::unique_ptr<FrameInspector> frame_inspector_;
H A Ddebug-scope-iterator.cc50 FrameInspector* frame_inspector) in DebugScopeIterator()
H A Ddebug-stack-trace-iterator.cc58 frame_inspector_.reset(new FrameInspector( in Advance()
87 // FrameInspector is not able to get receiver for arrow function. in GetReceiver()
H A Ddebug-scopes.cc26 ScopeIterator::ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector, in ScopeIterator()
H A Ddebug.cc2551 FrameInspector inspector(frame, inlined_frame_index, isolate_); in PrintBreakLocation()

Completed in 9 milliseconds