Searched refs:CheckDebugBreak (Results 1 – 5 of 5) sorted by relevance
170 static bool CheckDebugBreak(Isolate* isolate);
454 if (CheckDebugBreak() || CheckDebugCommand()) { in HandleInterrupts()
8718 bool Debug::CheckDebugBreak(Isolate* isolate) { in CheckDebugBreak() function in v8::Debug8720 return internal_isolate->stack_guard()->CheckDebugBreak(); in CheckDebugBreak()
2231 !isolate_->stack_guard()->CheckDebugBreak(); in HandleDebugBreak()
17420 Expose function CheckDebugBreak in the debugger api.