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

/external/chromium_org/v8/src/
H A Ddebug.h87 bool IsExit() const;
H A Ddebug.cc416 bool BreakLocationIterator::IsExit() const { function in class:v8::internal::BreakLocationIterator
1384 if (it.IsExit() || step_action == StepOut) {
1391 DCHECK(it.IsExit());
1525 if (break_location_iterator->IsExit()) return false;
H A Druntime.cc12036 ignore_nested_scopes = break_location_iterator.IsExit();

Completed in 111 milliseconds