Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
661 os << "\n - source position: ";
662 // Can't collect source positions here if not available as that would
708 os << "\n - source: " << Brief(source());
1592 os << "\n - source code: ";
1593 String source = String::cast(Script::cast(script()).source());
1596 std::unique_ptr<char[]> source_string = source.ToCString(
2191 os << "\n - source: " << Brief(source());