Lines Matching defs:lastIndexInput
853 uint32_t lastIndexInput = lastIndex;
858 JSTaggedValue(lastIndexInput),
872 RegExpExecResultCache::REPLACE_TYPE, lastIndexInput, lastIndex,
1069 uint32_t lastIndexInput = static_cast<uint32_t>(GetLastIndex(thread, thisObj, isFastPath));
1071 RegExpExecResultCache::REPLACE_TYPE, thisObj, JSTaggedValue(lastIndexInput),
1089 uint32_t lastIndexInput = static_cast<uint32_t>(GetLastIndex(thread, thisObj, isFastPath));
1092 JSTaggedValue(lastIndexInput), undefined, true);
2485 JSTaggedValue lastIndexInput, JSHandle<JSTaggedValue> extend,
2493 if (!pattern.IsString() || !flags.IsInt() || !input->IsString() || !lastIndexInput.IsInt()) {
2497 input->GetKeyHashCode() + static_cast<uint32_t>(lastIndexInput.GetInt());
2499 if (!Match(entry, pattern, flags, inputValue, lastIndexInput, extendValue, type)) {
2501 if (!Match(entry2, pattern, flags, inputValue, lastIndexInput, extendValue, type)) {
2561 uint32_t lastIndexInput, uint32_t lastIndex,
2588 JSTaggedValue lastIndexInputValue(lastIndexInput);
2593 inputValue.GetKeyHashCode() + lastIndexInput;