Home | History | Annotate | Download | only in regexp

Lines Matching defs:subject_content

256     String::FlatContent subject_content = subject->GetFlatContent();
258 DCHECK(subject_content.IsFlat());
262 ? (subject_content.IsOneByte()
263 ? SearchString(isolate, subject_content.ToOneByteVector(),
265 : SearchString(isolate, subject_content.ToUC16Vector(),
267 : (subject_content.IsOneByte()
268 ? SearchString(isolate, subject_content.ToOneByteVector(),
270 : SearchString(isolate, subject_content.ToUC16Vector(),