Home
last modified time | relevance | path

Searched defs:lastIndexInput (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h56JSTaggedValue lastIndexInput, JSHandle<JSTaggedValue> extend, in FindCachedResult()
Dbuiltins_regexp.cpp868 uint32_t lastIndexInput = lastIndex; in RegExpReplaceFast() local
1093 … uint32_t lastIndexInput = static_cast<uint32_t>(GetLastIndex(thread, thisObj, isFastPath)); in ReplaceInternal() local
1120 uint32_t lastIndexInput = static_cast<uint32_t>(GetLastIndex(thread, thisObj, isFastPath)); in ReplaceInternal() local
2590 uint32_t lastIndexInput, uint32_t lastIndex, in AddResultInCache()