Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
147 // The script and source position are not encoded in this case.
186 script.source(offset, kBreakpointHintMaxLength).stripWhiteSpace();
215 String16 searchArea = script.source(searchRegionOffset,
1009 searchInTextByLinesImpl(m_session, it->second->source(0), query,
1082 *scriptSource = cachedScriptIt->source;
1089 *scriptSource = it->second->source(0);
1591 String16 scriptSource = script->source(0);
1926 BreakpointSource source) {
1928 source == DebugCommandBreakpointSource ? BreakpointType::kDebugCommand
1939 BreakpointSource source) {
1941 source == DebugCommandBreakpointSource ? BreakpointType::kDebugCommand
1968 CachedScript cachedScript{script->scriptId(), script->source(0),