Home
last modified time | relevance | path

Searched refs:subject_reader (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dmessages.cc530 FlatStringReader subject_reader(isolate, String::Flatten(isolate, subject)); in StringEndsWithMethodName() local
534 int subject_index = subject_reader.length() - 1; in StringEndsWithMethodName()
540 const uc32 subject_char = subject_reader.Get(subject_index); in StringEndsWithMethodName()