Home | History | Annotate | Download | only in debug

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
37 // Regular expression to skip "crud" at the beginning of a source line which is
381 // line which contains some source.
385 // Allocate array for caching the columns where the actual source starts.
390 // Fill cache if needed and get column where the actual source starts.
505 // Returns the script source. If the parameter is a function the return value
506 // is the script source for the script in which the function is defined. If the
510 return this.findScript(func_or_script_name).source;
514 Debug.source = function(f) {
580 // Find source position.
706 // specified source line and column within that line.
816 var source = full ? this.scriptSource(f) : this.source(f);
821 if (!locations) return source;
828 result += source.slice(prev_pos, pos);
832 pos = source.length;
833 result += source.substring(prev_pos, pos);
882 ExecutionState.prototype.evaluateGlobal = function(source, disable_break,
884 return MakeMirror(%DebugEvaluateGlobal(this.break_id, source,
1129 o.source = script.source();
1478 response.body.script_regexp = break_point.script_regexp_object().source;
1612 description.script_regexp = break_point.script_regexp_object().source;
1738 // No frames no source.
2056 // No frames no source.
2058 return response.failed('No source');
2081 return response.failed('No source');
2109 response.body.source = %_SubString(raw_script.source,
2341 "source": proto.sourceRequest_,