Searched refs:SetLastIndex (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-utils.cc | 44 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()
|
D | regexp-utils.h | 24 static MUST_USE_RESULT MaybeHandle<Object> SetLastIndex(
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1112 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/ |
D | Antlr.Runtime.pas | 2616 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/ |
D | objects-inl.h | 7016 void JSRegExp::SetLastIndex(int index) { in SetLastIndex() function
|
D | objects.h | 8522 inline void SetLastIndex(int index);
|