Home
last modified time | relevance | path

Searched refs:HasBreakPoint (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddebug-objects.h75 bool HasBreakPoint(Isolate* isolate, int source_position);
158 static bool HasBreakPoint(Isolate* isolate, Handle<BreakPointInfo> info,
Ddebug-objects.cc80 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint() function in v8::internal::DebugInfo
113 if (BreakPointInfo::HasBreakPoint(isolate, break_point_info, break_point)) { in ClearBreakPoint()
200 if (BreakPointInfo::HasBreakPoint(isolate, break_point_info, in FindBreakPointInfo()
309 bool BreakPointInfo::HasBreakPoint(Isolate* isolate, in HasBreakPoint() function in v8::internal::BreakPointInfo
/third_party/node/deps/v8/src/debug/
Ddebug.h81 bool HasBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info) const;
Ddebug.cc207 bool BreakLocation::HasBreakPoint(Isolate* isolate, in HasBreakPoint() function in v8::internal::BreakLocation
210 if (!debug_info->HasBreakPoint(isolate, position_)) return false; in HasBreakPoint()
611 break_points_active_ && location.HasBreakPoint(isolate_, debug_info); in IsBreakOnInstrumentation()
644 break_points_active_ && location->HasBreakPoint(isolate_, debug_info); in CheckBreakPoints()