Searched refs:has_break_points (Results 1 – 2 of 2) sorted by relevance
584 bool* has_break_points) { in CheckBreakPoints() argument588 if (has_break_points) *has_break_points = has_break_points_to_check; in CheckBreakPoints()639 bool has_break_points; in IsMutedAtCurrentLocation() local641 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()
638 bool* has_break_points = nullptr);