Lines Matching defs:lastIndex
218 …JSTaggedValue lastIndex = JSHandle<JSObject>::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFF… in IsFastRegExp() local
262 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, true)); in RegExpTestFast() local
632 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local
659 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local
722 int64_t lastIndex = GetLastIndex(thread, regexp, isFastPath); in RegExpMatch() local
846 uint32_t lastIndex = 0; in RegExpReplaceFast() local
880 uint32_t &lastIndex) in GetLastIndex()
923 uint32_t lastIndex, uint32_t inputLength, in MatchAndReplace()
1564 uint32_t lastIndex = lastIndexNumber.GetNumber(); in RegExpSplit() local
1796 JSHandle<EcmaString> inputString, int32_t lastIndex) in RegExpExecInternal()
1837 const uint8_t *buffer, size_t length, int32_t lastIndex, in Matcher()
2008 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpBuiltinExec() local
2150 … bool isFastPath, uint32_t lastIndex, bool useCache) in RegExpBuiltinExecWithoutResult()
2584 uint32_t lastIndexInput, uint32_t lastIndex, in AddResultInCache()
2861 JSTaggedValue lastIndex, bool isFastPath) in SetLastIndex()