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

/external/v8/src/
H A Ddebug.h396 static bool CheckBreakPoint(Handle<Object> break_point_object);
H A Ddebug.cc906 if (CheckBreakPoint(o)) {
911 if (CheckBreakPoint(break_point_objects)) {
926 bool Debug::CheckBreakPoint(Handle<Object> break_point_object) { function in class:v8::internal::Debug
932 // Get the function CheckBreakPoint (defined in debug.js).

Completed in 25 milliseconds