Lines Matching refs:break
42 if (event == Debug.DebugEvent.Break) {
44 print('break: ' + line);
47 "should not break on unexpected lines")
48 assertEquals('BREAK ' + breaks, line.substr(-7));
66 if (f) { // NOBREAK: should not break here!
72 } // BREAK 2
75 c(); // BREAK 0
76 } // BREAK 1
82 // Set a break point and call to invoke the debug event listener.
85 // BREAK 3