Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp.cc64 return *RegExpUtils::GenericCaptureGetter( \
105 return *RegExpUtils::GenericCaptureGetter( in BUILTIN()
123 return *RegExpUtils::GenericCaptureGetter(isolate, match_info, last_capture); in BUILTIN()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.h22 static Handle<String> GenericCaptureGetter(Isolate* isolate,
H A Dregexp-utils.cc17 Handle<String> RegExpUtils::GenericCaptureGetter( in GenericCaptureGetter() function in v8::internal::RegExpUtils
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1001 return RegExpUtils::GenericCaptureGetter(isolate_, match_info_, 0, nullptr);
1022 Handle<Object> capture_obj = RegExpUtils::GenericCaptureGetter(
1578 RegExpUtils::GenericCaptureGetter(isolate, match_indices, j, &ok); in RUNTIME_FUNCTION()

Completed in 5 milliseconds