Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
209 // First check whether there is a break point with the same source position.
215 // Then check whether a break point at that source position would have
1340 // Simple function for returning the source positions for active break points.
1729 // declaration the source for the top-level and the function
2376 bool Debug::SetScriptSource(Handle<Script> script, Handle<String> source,
2382 LiveEdit::PatchScript(isolate_, script, source, preview, result);
2559 Handle<String> source(String::cast(script->source()), isolate_);
2570 String::FlatContent content = source->GetFlatContent(no_gc);