Home | History | Annotate | Download | only in regress

Lines Matching refs:BREAK

43     if (event == Debug.DebugEvent.Break) {
45 print('break: ' + line);
48 "should not break on unexpected lines")
49 assertEquals('BREAK ' + breaks, line.substr(-7));
70 if (f) { // NOBREAK: should not break here!
76 } // BREAK 2
79 c(); // BREAK 0
80 } // BREAK 1
86 // Set a break point and call to invoke the debug event listener.
89 a(); // BREAK 3