Lines Matching defs:lastIndex
215 JSTaggedValue lastIndex = JSObject::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET); in IsFastRegExp() local
259 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, true)); in RegExpTestFast() local
629 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local
656 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local
719 int64_t lastIndex = GetLastIndex(thread, regexp, isFastPath); in RegExpMatch() local
843 uint32_t lastIndex = 0; in RegExpReplaceFast() local
877 uint32_t &lastIndex) in GetLastIndex()
920 uint32_t lastIndex, uint32_t inputLength, in MatchAndReplace()
1557 uint32_t lastIndex = lastIndexNumber.GetNumber(); in RegExpSplit() local
1789 JSHandle<EcmaString> inputString, int32_t lastIndex) in RegExpExecInternal()
1830 const uint8_t *buffer, size_t length, int32_t lastIndex, in Matcher()
2001 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpBuiltinExec() local
2143 … bool isFastPath, uint32_t lastIndex, bool useCache) in RegExpBuiltinExecWithoutResult()
2587 uint32_t lastIndexInput, uint32_t lastIndex, in AddResultInCache()
2864 JSTaggedValue lastIndex, bool isFastPath) in SetLastIndex()