Lines Matching defs:string
25 #include "src/strings/string-builder-inl.h"
129 // Turn the exception on the message into a string if it is an object.
248 // Error.toString threw. Try to return a string representation of the thrown
379 // stringified already regardless. Still, try to append a string
430 // A string that has been obtained from JS code in this way is
432 // here to improve the efficiency of converting it to a C string and
746 Handle<String> string = Handle<String>::cast(object);
750 if (string->length() <= kMaxPrintedStringLength) {
751 builder.AppendString(string);
753 string = isolate->factory()->NewProperSubString(string, 0,
755 builder.AppendString(string);
938 ->string();