Home | History | Annotate | Download | only in builtins

Lines Matching refs:RegExpUtils

82         RegExpUtils::IsRegExp(isolate, pattern);
912 return *RegExpUtils::GenericCaptureGetter( \
953 return *RegExpUtils::GenericCaptureGetter(
969 return *RegExpUtils::GenericCaptureGetter(isolate, match_info, last_capture);
1112 RegExpUtils::RegExpExec(isolate, recv, string,
1123 RegExpUtils::SetLastIndex(isolate, recv, 0));
1134 RegExpUtils::RegExpExec(isolate, recv, string,
1153 RETURN_FAILURE_ON_EXCEPTION(isolate, RegExpUtils::SetAdvancedStringIndex(
1482 if (RegExpUtils::IsUnmodifiedRegExp(isolate, recv)) {
1539 isolate, result, RegExpUtils::RegExpExec(isolate, splitter, string,
1558 isolate, RegExpUtils::SetLastIndex(isolate, splitter, string_index));
1562 isolate, result, RegExpUtils::RegExpExec(isolate, splitter, string,
1566 string_index = RegExpUtils::AdvanceStringIndex(isolate, string,
1574 isolate, last_index_obj, RegExpUtils::GetLastIndex(isolate, splitter));
1582 string_index = RegExpUtils::AdvanceStringIndex(isolate, string,