Home
last modified time | relevance | path

Searched refs:SetLastIndex (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/regexp/
Dregexp-utils.cc44 MaybeHandle<Object> RegExpUtils::SetLastIndex(Isolate* isolate, in SetLastIndex() function in v8::internal::RegExpUtils
48 JSRegExp::cast(*recv)->SetLastIndex(value); in SetLastIndex()
186 return SetLastIndex(isolate, regexp, new_last_index); in SetAdvancedStringIndex()
Dregexp-utils.h24 static MUST_USE_RESULT MaybeHandle<Object> SetLastIndex(
/external/v8/src/runtime/
Druntime-regexp.cc1112 if (sticky) regexp->SetLastIndex(0); in StringReplaceNonGlobalRegExpWithFunction()
1122 if (sticky) regexp->SetLastIndex(end_of_match); in StringReplaceNonGlobalRegExpWithFunction()
1206 if (sticky) regexp->SetLastIndex(0); in RegExpReplace()
1215 if (sticky) regexp->SetLastIndex(end_index); in RegExpReplace()
1235 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
1455 isolate, RegExpUtils::SetLastIndex(isolate, splitter, string_index)); in RUNTIME_FUNCTION()
1578 RegExpUtils::SetLastIndex(isolate, recv, 0)); in RUNTIME_FUNCTION()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2616 procedure SetLastIndex(const Value: Integer); procedure
2619 property LastIndex: Integer read GetLastIndex write SetLastIndex;
2631 procedure SetLastIndex(const Value: Integer); procedure
6512 procedure TTokenRewriteStream.TReplaceOp.SetLastIndex(const Value: Integer);
/external/v8/src/
Dobjects-inl.h7016 void JSRegExp::SetLastIndex(int index) { in SetLastIndex() function
Dobjects.h8522 inline void SetLastIndex(int index);