Home | History | Annotate | Download | only in src

Lines Matching defs:debug

42 #ifdef DEBUG
116 #endif // DEBUG
140 #ifdef DEBUG
167 ASSERT(Debug::HasDebugInfo(shared));
168 Code* original_code = Debug::GetDebugInfo(shared)->original_code();
481 // Don't clear debug break inline cache as it will remove the break point.
679 Debug* debug = isolate()->debug();
680 if (debug->StepInActive()) {
683 debug->HandleStepIn(function, object, fp(), false);
2172 #ifdef DEBUG