Home | History | Annotate | Download | only in src

Lines Matching refs:true

72     value: true,
122 this.active_ = true;
175 this.active_ = true;
203 // If no sensible mirror or non true value break point not triggered.
226 return true;
230 // Function called from the runtime when a break point is hit. Returns true if
258 this.active_ = true;
357 this.active_ = true;
442 var actual_location = script.locationFromPosition(actual_position, true);
660 var actual_location = script.locationFromPosition(actual_position, true);
727 var break_point = this.findBreakPoint(break_point_number, true);
731 break_point = this.findScriptBreakPoint(break_point_number, true);
872 return %ChangeBreakOnException(Debug.ExceptionBreak.Caught, true);
884 return %ChangeBreakOnException(Debug.ExceptionBreak.Uncaught, true);
1172 o.running = true;
1293 this.success = true;
1338 var serializer = MakeMirrorSerializer(true, this.options_);
1401 response.setOption('inlineRefs', true);
1485 response.running = true;
1508 true : request.arguments.enabled;
1788 if ((enabled != true) && (enabled != false)) {
2084 // Default value for disable_break is true.
2086 disable_break = true;
2248 idsToInclude[ids[i]] = true;
2277 found = true;
2282 found = true;
2371 response.body.stepin_recommended = true;