Lines Matching refs:debug
5 #include "src/debug/debug-scope-iterator.h"
8 #include "src/debug/debug.h"
9 #include "src/debug/liveedit.h"
16 std::unique_ptr<debug::ScopeIterator> debug::ScopeIterator::CreateForFunction(
32 return std::unique_ptr<debug::ScopeIterator>(new internal::DebugScopeIterator(
36 std::unique_ptr<debug::ScopeIterator>
37 debug::ScopeIterator::CreateForGeneratorObject(
42 return std::unique_ptr<debug::ScopeIterator>(new internal::DebugScopeIterator(
80 if (GetType() == debug::ScopeIterator::ScopeTypeLocal) return false;
84 v8::debug::ScopeIterator::ScopeType DebugScopeIterator::GetType() {
86 return static_cast<v8::debug::ScopeIterator::ScopeType>(iterator_.Type());
110 debug::Location DebugScopeIterator::GetStartLocation() {
112 return ToApiHandle<v8::debug::Script>(iterator_.GetScript())
116 debug::Location DebugScopeIterator::GetEndLocation() {
118 return ToApiHandle<v8::debug::Script>(iterator_.GetScript())