Searched refs:previous_last_index (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp.cc | 1177 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()
|