Searched refs:SetLastIndex (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-utils.cc | 46 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 D | regexp-utils.h | 27 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> SetLastIndex(
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 1420 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