Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1177 Node* const previous_last_index = in Generate_RegExpPrototypeSearchBody() local
1186 a->GotoIf(a->SameValue(previous_last_index, smi_zero, context), &next); in Generate_RegExpPrototypeSearchBody()
1200 FastStoreLastIndex(a, context, receiver, previous_last_index); in Generate_RegExpPrototypeSearchBody()
1205 a->GotoIf(a->SameValue(current_last_index, previous_last_index, context), in Generate_RegExpPrototypeSearchBody()
1208 SlowStoreLastIndex(a, context, receiver, previous_last_index); in Generate_RegExpPrototypeSearchBody()