Home
last modified time | relevance | path

Searched refs:frame_inspector_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.h96 FrameInspector* const frame_inspector_; variable
103 return frame_inspector_->GetArgumentsFrame(); in GetFrame()
107 return frame_inspector_->GetFunction(); in GetFunction()
Ddebug-scopes.cc25 frame_inspector_(frame_inspector), in ScopeIterator()
138 frame_inspector_(NULL), in ScopeIterator()
148 frame_inspector_(NULL), in ScopeIterator()
464 int source_position = frame_inspector_->GetSourcePosition(); in RetrieveScopeChain()
499 frame_inspector_->MaterializeStackLocals(local_scope, function); in MaterializeLocalScope()
502 Handle<Context>::cast(frame_inspector_->GetContext()); in MaterializeLocalScope()
588 frame_inspector_->MaterializeStackLocals(inner_scope, scope_info); in MaterializeInnerScope()
636 if (frame_inspector_ == nullptr) return false; in SetStackVariableValue()
842 Handle<JSFunction> function = frame_inspector_->GetFunction(); in GetNestedScopeChain()