| H A D | builtins_regexp.cpp | 217 JSTaggedValue lastIndex = JSHandle<JSObject>::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET); in IsFastRegExp() local 261 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, true)); in RegExpTestFast() local 631 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); RegExpMatch() local 658 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); RegExpMatch() local 721 int64_t lastIndex = GetLastIndex(thread, regexp, isFastPath); RegExpMatch() local 845 uint32_t lastIndex = 0; RegExpReplaceFast() local 878 GetLastIndex(JSThread *thread, JSHandle<JSTaggedValue> regexp, uint32_t &lastIndex) GetLastIndex() argument 920 MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t &flags, uint32_t lastIndex, uint32_t inputLength, std::string &resultString) MatchAndReplace() argument 1563 uint32_t lastIndex = lastIndexNumber.GetNumber(); RegExpSplit() local 1794 RegExpExecInternal(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, int32_t lastIndex) RegExpExecInternal() argument 1819 Matcher(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const uint8_t *buffer, size_t length, int32_t lastIndex, bool isUtf16) Matcher() argument 1982 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); RegExpBuiltinExec() local 2125 RegExpBuiltinExecWithoutResult(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, uint32_t lastIndex, bool useCache) RegExpBuiltinExecWithoutResult() argument 2557 AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> input, const JSHandle<JSTaggedValue> resultArray, CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) AddResultInCache() argument 2837 SetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, JSTaggedValue lastIndex, bool isFastPath) SetLastIndex() argument [all...] |