Home
last modified time | relevance | path

Searched refs:SetLastIndex (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc46 MaybeHandle<Object> RegExpUtils::SetLastIndex(Isolate* isolate, in SetLastIndex() function in v8::internal::RegExpUtils
205 return SetLastIndex(isolate, regexp, new_last_index); in SetAdvancedStringIndex()
H A Dregexp-utils.h27 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> SetLastIndex(
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1420 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
1722 isolate, RegExpUtils::SetLastIndex(isolate, splitter, string_index)); in RUNTIME_FUNCTION()
1846 RegExpUtils::SetLastIndex(isolate, recv, 0)); in RUNTIME_FUNCTION()

Completed in 4 milliseconds