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.cc1750 Node* const previous_last_index = FastLoadLastIndex(regexp); in RegExpPrototypeSearchBodyFast() local
1763 FastStoreLastIndex(regexp, previous_last_index); in RegExpPrototypeSearchBodyFast()
1774 FastStoreLastIndex(regexp, previous_last_index); in RegExpPrototypeSearchBodyFast()
1786 Node* const previous_last_index = SlowLoadLastIndex(context, regexp); in RegExpPrototypeSearchBodySlow() local
1791 GotoIf(SameValue(previous_last_index, smi_zero, context), &next); in RegExpPrototypeSearchBodySlow()
1806 GotoIf(SameValue(current_last_index, previous_last_index, context), &next); in RegExpPrototypeSearchBodySlow()
1808 SlowStoreLastIndex(context, regexp, previous_last_index); in RegExpPrototypeSearchBodySlow()