Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h559 bool CheckBreakPoint(Handle<Object> break_point_object);
Ddebug.cc522 if (CheckBreakPoint(o)) { in CheckBreakPoints()
528 if (CheckBreakPoint(break_point_objects)) { in CheckBreakPoints()
557 bool Debug::CheckBreakPoint(Handle<Object> break_point_object) { in CheckBreakPoint() function in v8::internal::Debug