Searched refs:IsExit (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Ddebug.cc438 bool BreakLocationIterator::IsExit() const { function in class:v8::internal::BreakLocationIterator
1386 if (it.IsExit() || step_action == StepOut) {
1393 ASSERT(it.IsExit());
1520 if (break_location_iterator->IsExit()) return false;
H A Ddebug.h101 bool IsExit() const;
H A Druntime.cc10954 if (break_location_iterator.IsExit()) {

Completed in 93 milliseconds