Lines Matching defs:string
17 #include "src/strings/string-builder-inl.h"
99 V8_INLINE void SerializeString_(Handle<String> string);
447 // A key can either be a string, the empty string or a Smi.
913 // uint32_t range. However, we would run into string size overflow
993 void JsonStringifier::SerializeString_(Handle<String> string) {
994 int length = string->length();
996 // We might be able to fit the whole escaped string in the current string
1000 base::Vector<const SrcChar> vector = string->GetCharVector<SrcChar>(no_gc);
1005 FlatStringReader reader(isolate_, string);