Searched refs:StepInActive (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Ddebug.h426 bool StepInActive() { return thread_local_.step_into_fp_ != 0; } function in class:v8::internal::Debug
H A Ddebug.cc1761 ASSERT(!StepInActive());
H A Druntime.cc5587 if (!isolate->debug()->is_active() || !isolate->debug()->StepInActive()) {
8342 if (debug->StepInActive()) {
H A Dobjects.cc536 if (debug->StepInActive() && getter->IsJSFunction()) {
554 if (debug->StepInActive() && setter->IsJSFunction()) {

Completed in 963 milliseconds