Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1804 Node* const current_last_index = SlowLoadLastIndex(context, regexp); in RegExpPrototypeSearchBodySlow() local
1806 GotoIf(SameValue(current_last_index, previous_last_index, context), &next); in RegExpPrototypeSearchBodySlow()