Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-scope-iterator.cc54 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
60 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
66 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
74 while (!Done() && ShouldIgnore()) { in Advance()
79 bool DebugScopeIterator::ShouldIgnore() { in ShouldIgnore() function in v8::internal::DebugScopeIterator
Ddebug-scope-iterator.h35 bool ShouldIgnore();