Searched refs:new_last_index (Results 1 – 2 of 2) sorted by relevance
198 const uint64_t new_last_index = in SetAdvancedStringIndex() local201 return SetLastIndex(isolate, regexp, new_last_index); in SetAdvancedStringIndex()
1943 Node* const new_last_index = in RegExpPrototypeMatchBody() local1951 CSA_ASSERT(this, TaggedIsPositiveSmi(new_last_index)); in RegExpPrototypeMatchBody()1954 StoreLastIndex(context, regexp, new_last_index, is_fastpath); in RegExpPrototypeMatchBody()