Lines Matching defs:string
22 #include "src/strings/string-builder-inl.h"
56 // For large BigInts computing the decimal string representation
59 i::Handle<i::String> string =
64 string = i_isolate->factory()
68 string, 1, string->length() - 1))
71 string =
74 i_isolate->factory()->NewStringFromAsciiChecked("0x"), string)
81 string,
360 i::Handle<i::String> string = i::Handle<i::String>::cast(source);
361 return string->length() * (string->IsTwoByteRepresentation() ? 2 : 1);