Searched refs:HasBreakPoint (Results 1 – 4 of 4) sorted by relevance
87 bool HasBreakPoint(Handle<DebugInfo> debug_info) const;
109 bool BreakLocation::HasBreakPoint(Handle<DebugInfo> debug_info) const { in HasBreakPoint() function in v8::internal::BreakLocation111 if (!debug_info->HasBreakPoint(position_)) return false; in HasBreakPoint()563 break_points_active_ && location->HasBreakPoint(debug_info); in CheckBreakPoints()
11373 bool HasBreakPoint(int source_position);
18779 bool DebugInfo::HasBreakPoint(int source_position) { in HasBreakPoint() function in v8::internal::DebugInfo