Home | History | Annotate | Download | only in src

Lines Matching refs:string_result

3876     String* string_result = String::cast(result);
3879 ASSERT(string_result->IsOneByteRepresentation());
3880 uint8_t* dest = SeqOneByteString::cast(string_result)->GetChars();
3883 ASSERT(string_result->IsTwoByteRepresentation());
3884 uc16* dest = SeqTwoByteString::cast(string_result)->GetChars();