Lines Matching defs:string
94 #include "src/objects/js-regexp-string-iterator.h"
114 #include "src/objects/string-comparator.h"
115 #include "src/objects/string-set-inl.h"
121 #include "src/strings/string-builder-inl.h"
122 #include "src/strings/string-search.h"
123 #include "src/strings/string-stream.h"
461 builder.AppendCStringLiteral("<a very large string>");
578 // Try to convert input to a meaningful string.
3293 // TODO(jkummerow): Check if we need slow string comparison.
4714 String string = String::cast(element);
4715 const int string_length = string.length();
4718 String::WriteToFlat(string, sink, 0, string_length);
4721 // Next string element, needs at least one separator preceding it.
6792 // If the integers are equal so are the string representations.
6796 // same as the lexicographic order of the string representations.