Searched refs:OnDebugBreak (Results 1 – 3 of 3) sorted by relevance
313 isolate_->debug()->OnDebugBreak(breakpoints); in NotifyDebugEventListeners()338 isolate_->debug()->OnDebugBreak(isolate_->factory()->empty_fixed_array()); in NotifyDebugEventListeners()
220 void OnDebugBreak(Handle<FixedArray> break_points_hit);
442 OnDebugBreak(!break_points_hit.is_null() in Break()510 OnDebugBreak(isolate_->factory()->empty_fixed_array()); in Break()1749 void Debug::OnDebugBreak(Handle<FixedArray> break_points_hit) { in OnDebugBreak() function in v8::internal::Debug1963 OnDebugBreak(isolate_->factory()->empty_fixed_array()); in HandleDebugBreak()