Home
last modified time | relevance | path

Searched refs:RegExpUtils (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc17 Handle<String> RegExpUtils::GenericCaptureGetter( in GenericCaptureGetter()
46 MaybeHandle<Object> RegExpUtils::SetLastIndex(Isolate* isolate, in SetLastIndex()
62 MaybeHandle<Object> RegExpUtils::GetLastIndex(Isolate* isolate, in GetLastIndex()
75 MaybeHandle<Object> RegExpUtils::RegExpExec(Isolate* isolate, in RegExpExec()
124 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp()
171 uint64_t RegExpUtils::AdvanceStringIndex(Handle<String> string, uint64_t index, in AdvanceStringIndex()
189 MaybeHandle<Object> RegExpUtils::SetAdvancedStringIndex( in SetAdvancedStringIndex()
H A Dregexp-utils.h19 class RegExpUtils : public AllStatic { class
H A Dregexp.cc154 return RegExpUtils::IsUnmodifiedRegExp(isolate, regexp); in IsUnmodifiedRegExp()
/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/runtime/
H A Druntime-regexp.cc1001 return RegExpUtils::GenericCaptureGetter(isolate_, match_info_, 0, nullptr);
1022 Handle<Object> capture_obj = RegExpUtils::GenericCaptureGetter(
1170 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in SearchRegExpMultiple()
1352 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RegExpReplace()
1420 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
1474 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1488 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1499 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1578 RegExpUtils::GenericCaptureGetter(isolate, match_indices, j, &ok); in RUNTIME_FUNCTION()
1704 isolate, result, RegExpUtils in RUNTIME_FUNCTION()
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc7340 // TODO(jgruber): RegExpUtils::RegExpExec was not written with efficiency in in Exec()
7346 i::RegExpUtils::RegExpExec(isolate, regexp, subject_string, in Exec()

Completed in 32 milliseconds