HomeSort by relevance Sort by last modified time
    Searched refs:RegExpUtils (Results 1 - 5 of 5) sorted by null

  /external/v8/src/regexp/
regexp-utils.cc 15 Handle<String> RegExpUtils::GenericCaptureGetter(
44 MaybeHandle<Object> RegExpUtils::SetLastIndex(Isolate* isolate,
56 MaybeHandle<Object> RegExpUtils::GetLastIndex(Isolate* isolate,
68 MaybeHandle<Object> RegExpUtils::RegExpExec(Isolate* isolate,
116 Maybe<bool> RegExpUtils::IsRegExp(Isolate* isolate, Handle<Object> object) {
137 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) {
157 int RegExpUtils::AdvanceStringIndex(Isolate* isolate, Handle<String> string,
172 MaybeHandle<Object> RegExpUtils::SetAdvancedStringIndex(
regexp-utils.h 14 class RegExpUtils : public AllStatic {
  /external/v8/src/runtime/
runtime-regexp.cc 848 return RegExpUtils::GenericCaptureGetter(isolate_, match_info_, 0, nullptr);
852 Handle<Object> capture_obj = RegExpUtils::GenericCaptureGetter(
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 82 RegExpUtils::IsRegExp(isolate, pattern);
    [all...]
builtins-string.cc 730 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search);
780 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search);
    [all...]

Completed in 175 milliseconds