Lines Matching defs:string
26 #include "src/objects/string-inl.h"
27 #include "src/objects/string.h"
607 const base::Vector<const uint8_t>& string, bool convert_encoding) {
608 SequentialStringKey<uint8_t> key(string, HashSeed(read_only_roots()),
615 const base::Vector<const uint16_t>& string, bool convert_encoding) {
616 SequentialStringKey<uint16_t> key(string, HashSeed(read_only_roots()),
626 // No synchronization is needed since the shared string hasn't yet escaped to
639 // No synchronization is needed since the shared string hasn't yet escaped to
662 SeqStringT string =
665 string.set_length(length);
666 string.set_raw_hash_field(String::kEmptyHashField);
667 DCHECK_EQ(size, string.Size());
668 return handle(string, isolate());
728 // of the new cons string is too large.
737 // If the resulting string is small make a flat string.
893 // The canonical empty_string is the only zero-length string we allow.