Lines Matching defs:lastIndexInputValue
2588 JSTaggedValue lastIndexInputValue(lastIndexInput);
2601 lastIndexInputValue, lastIndexValue, extendValue, resTableArrayValue);
2603 } else if (cache->Match(entry, patternValue, flagsValue, inputValue, lastIndexInputValue, extendValue, type)) {
2626 lastIndexInputValue, lastIndexValue, extendValue, resTableArrayValue);
2628 } else if (cache->Match(entry2, patternValue, flagsValue, inputValue, lastIndexInputValue, extendValue, type)) {
2635 lastIndexInputValue, lastIndexValue, extendValue, resTableArrayValue);
2650 JSTaggedValue &input, JSTaggedValue &lastIndexInputValue,
2660 Set(thread, index + LAST_INDEX_INPUT_INDEX, lastIndexInputValue);
2712 JSTaggedValue &lastIndexInputValue, JSTaggedValue &extend, CacheType type)
2735 uint32_t lastIndexInputInt = static_cast<uint32_t>(lastIndexInputValue.GetInt());