Lines Matching refs:subject_
1049 subject_(subject),
1066 RegExpImpl::IrregexpPrepare(isolate_, regexp_, subject_);
1127 last_index + 1 < subject_->length() &&
1128 unibrow::Utf16::IsLeadSurrogate(subject_->Get(last_index)) &&
1129 unibrow::Utf16::IsTrailSurrogate(subject_->Get(last_index + 1))) {
1156 RegExpImpl::AtomExecRaw(isolate_, regexp_, subject_, last_end_index,
1163 isolate_, RegExp::kFromRuntime, *regexp_, *subject_,
1173 if (last_end_index > subject_->length()) {
1178 isolate_, regexp_, subject_, last_end_index, register_array_,
1187 isolate_, regexp_, subject_, register_array_, register_array_size_,