Lines Matching full:breakpoint
118 var break_point = new BreakPoint(source_position, opt_script_break_point);
128 function BreakPoint(source_position, opt_script_break_point) {
142 BreakPoint.prototype.number = function() {
147 BreakPoint.prototype.func = function() {
152 BreakPoint.prototype.source_position = function() {
157 BreakPoint.prototype.hit_count = function() {
162 BreakPoint.prototype.active = function() {
170 BreakPoint.prototype.condition = function() {
178 BreakPoint.prototype.ignoreCount = function() {
183 BreakPoint.prototype.script_break_point = function() {
188 BreakPoint.prototype.enable = function() {
193 BreakPoint.prototype.disable = function() {
198 BreakPoint.prototype.setCondition = function(condition) {
203 BreakPoint.prototype.setIgnoreCount = function(ignoreCount) {
208 BreakPoint.prototype.isTriggered = function(exec_state) {
264 throw new Error("Unexpected breakpoint type " + type);
277 //Creates a clone of script breakpoint that is linked to another script.
408 throw new Error("Unexpected breakpoint type " + this.type_);
699 // Only enable if the breakpoint hasn't been deleted:
708 // Only enable if the breakpoint hasn't been deleted:
737 throw new Error('Invalid breakpoint');
780 // Sets a breakpoint in a script identified through id or name at the
1058 var breakpoint = this.breakPointsHit()[i];
1059 var script_break_point = breakpoint.script_break_point();
1064 number = breakpoint.number();
1656 breakpoint: break_point_number };
1670 throw new Error("Internal error: Unexpected breakpoint type: " +
1692 var break_point = %ToNumber(request.arguments.breakpoint);
1699 response.failed('Missing argument "breakpoint"');
1768 var break_point = %ToNumber(request.arguments.breakpoint);
1772 response.failed('Missing argument "breakpoint"');
1780 response.body = { breakpoint: break_point };
1812 throw new Error("Internal error: Unexpected breakpoint type: " +