Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Break

32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
49 // This test sets several break points at the same place and checks that
50 // several break points at the same place only makes one debug break event
51 // and that when the last break point is removed no more debug break events
65 // Remove one of the break points.
70 // Remove the second break point.
75 // Perform the same test using function g (this time removing the break points
91 // Finally test with many break points.