Searched refs:GenericCaptureGetter (Results 1 – 4 of 4) sorted by relevance
64 return *RegExpUtils::GenericCaptureGetter( \105 return *RegExpUtils::GenericCaptureGetter( in BUILTIN()123 return *RegExpUtils::GenericCaptureGetter(isolate, match_info, last_capture); in BUILTIN()
19 static Handle<String> GenericCaptureGetter(Isolate* isolate,
16 Handle<String> RegExpUtils::GenericCaptureGetter( in GenericCaptureGetter() function in v8::internal::RegExpUtils
951 return RegExpUtils::GenericCaptureGetter(isolate_, match_info_, 0, nullptr); in GetMatch()972 Handle<Object> capture_obj = RegExpUtils::GenericCaptureGetter( in GetCapture()1507 RegExpUtils::GenericCaptureGetter(isolate, match_indices, j, &ok); in RUNTIME_FUNCTION()