Lines Matching defs:breakpoint
74 // The different types of breakpoint position alignments.
124 var break_point = new BreakPoint(source_position, opt_script_break_point);
134 function BreakPoint(source_position, opt_script_break_point) {
148 BreakPoint.prototype.number = function() {
153 BreakPoint.prototype.func = function() {
158 BreakPoint.prototype.source_position = function() {
163 BreakPoint.prototype.hit_count = function() {
168 BreakPoint.prototype.active = function() {
176 BreakPoint.prototype.condition = function() {
184 BreakPoint.prototype.ignoreCount = function() {
189 BreakPoint.prototype.script_break_point = function() {
194 BreakPoint.prototype.enable = function() {
199 BreakPoint.prototype.disable = function() {
204 BreakPoint.prototype.setCondition = function(condition) {
209 BreakPoint.prototype.setIgnoreCount = function(ignoreCount) {
214 BreakPoint.prototype.isTriggered = function(exec_state) {
270 throw new Error("Unexpected breakpoint type " + type);
285 //Creates a clone of script breakpoint that is linked to another script.
417 throw new Error("Unexpected breakpoint type " + this.type_);
715 // Only enable if the breakpoint hasn't been deleted:
724 // Only enable if the breakpoint hasn't been deleted:
753 throw new Error('Invalid breakpoint');
796 // Sets a breakpoint in a script identified through id or name at the
1081 var breakpoint = this.breakPointsHit()[i];
1082 var script_break_point = breakpoint.script_break_point();
1087 number = breakpoint.number();
1663 breakpoint: break_point_number };
1677 throw new Error("Internal error: Unexpected breakpoint type: " +
1699 var break_point = %ToNumber(request.arguments.breakpoint);
1706 response.failed('Missing argument "breakpoint"');
1775 var break_point = %ToNumber(request.arguments.breakpoint);
1779 response.failed('Missing argument "breakpoint"');
1787 response.body = { breakpoint: break_point };
1819 throw new Error("Internal error: Unexpected breakpoint type: " +