Home
last modified time | relevance | path

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

/external/v8/src/
Dmessages.cc534 int subject_index = subject_reader.length() - 1; in StringEndsWithMethodName() local
536 if (subject_index < 0) { in StringEndsWithMethodName()
540 const uc32 subject_char = subject_reader.Get(subject_index); in StringEndsWithMethodName()
548 subject_index--; in StringEndsWithMethodName()