Searched refs:StepOutActive (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Ddebug.h286 static bool StepOutActive() { return thread_local_.step_out_fp_ != 0; } function in class:v8::internal::Debug
H A Ddebug.cc858 if (Debug::StepOutActive() && frame->fp() != Debug::step_out_fp() &&
1495 ASSERT(!StepOutActive());

Completed in 40 milliseconds