Home
last modified time | relevance | path

Searched refs:new_last_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Dregexp-utils.cc183 const int new_last_index = in SetAdvancedStringIndex() local
186 return SetLastIndex(isolate, regexp, new_last_index); in SetAdvancedStringIndex()
/external/v8/src/builtins/
Dbuiltins-regexp.cc1693 Node* const new_last_index = in RegExpPrototypeMatchBody() local
1701 CSA_ASSERT(this, TaggedIsPositiveSmi(new_last_index)); in RegExpPrototypeMatchBody()
1704 StoreLastIndex(context, regexp, new_last_index, is_fastpath); in RegExpPrototypeMatchBody()