Lines Matching refs:DebugScopeIterator
32 return std::unique_ptr<debug::ScopeIterator>(new internal::DebugScopeIterator( in CreateForFunction()
42 return std::unique_ptr<debug::ScopeIterator>(new internal::DebugScopeIterator( in CreateForGeneratorObject()
49 DebugScopeIterator::DebugScopeIterator(Isolate* isolate, in DebugScopeIterator() function in v8::internal::DebugScopeIterator
57 DebugScopeIterator::DebugScopeIterator(Isolate* isolate, in DebugScopeIterator() function in v8::internal::DebugScopeIterator
63 DebugScopeIterator::DebugScopeIterator(Isolate* isolate, in DebugScopeIterator() function in v8::internal::DebugScopeIterator
69 bool DebugScopeIterator::Done() { return iterator_.Done(); } in Done()
71 void DebugScopeIterator::Advance() { in Advance()
79 bool DebugScopeIterator::ShouldIgnore() { in ShouldIgnore()
84 v8::debug::ScopeIterator::ScopeType DebugScopeIterator::GetType() { in GetType()
89 v8::Local<v8::Object> DebugScopeIterator::GetObject() { in GetObject()
95 int DebugScopeIterator::GetScriptId() { in GetScriptId()
100 v8::Local<v8::Value> DebugScopeIterator::GetFunctionDebugName() { in GetFunctionDebugName()
106 bool DebugScopeIterator::HasLocationInfo() { in HasLocationInfo()
110 debug::Location DebugScopeIterator::GetStartLocation() { in GetStartLocation()
116 debug::Location DebugScopeIterator::GetEndLocation() { in GetEndLocation()
122 bool DebugScopeIterator::SetVariableValue(v8::Local<v8::String> name, in SetVariableValue()