Home
last modified time | relevance | path

Searched refs:has_break_points (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.cc584 bool* has_break_points) { in CheckBreakPoints() argument
588 if (has_break_points) *has_break_points = has_break_points_to_check; in CheckBreakPoints()
639 bool has_break_points; in IsMutedAtCurrentLocation() local
641 CheckBreakPoints(debug_info, &break_locations[i], &has_break_points); in IsMutedAtCurrentLocation()
642 has_break_points_at_all |= has_break_points; in IsMutedAtCurrentLocation()
643 if (has_break_points && !check_result->IsUndefined(isolate_)) return false; in IsMutedAtCurrentLocation()
Ddebug.h638 bool* has_break_points = nullptr);