Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h557 bool CheckBreakPoint(Handle<Object> break_point_object);
Ddebug.cc1004 if (CheckBreakPoint(o)) { in CheckBreakPoints()
1010 if (CheckBreakPoint(break_point_objects)) { in CheckBreakPoints()
1027 bool Debug::CheckBreakPoint(Handle<Object> break_point_object) { in CheckBreakPoint() function in v8::internal::Debug