Home
last modified time | relevance | path

Searched refs:subject_vector (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc1096 base::Vector<const uint8_t> subject_vector = in MatchInternal() local
1098 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in MatchInternal()
1099 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal()
1105 base::Vector<const base::uc16> subject_vector = in MatchInternal() local
1107 if (start_position != 0) previous_char = subject_vector[start_position - 1]; in MatchInternal()
1108 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal()

Completed in 2 milliseconds