Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-debug.h161 static bool CheckDebugBreak(Isolate* isolate));
/external/v8/src/
Dexecution.cc473 if (CheckDebugBreak()) { in HandleInterrupts()
Dapi.cc8998 bool Debug::CheckDebugBreak(Isolate* isolate) { in CheckDebugBreak() function in v8::Debug
9000 return internal_isolate->stack_guard()->CheckDebugBreak(); in CheckDebugBreak()
/external/v8/
DChangeLog21441 Expose function CheckDebugBreak in the debugger api.