Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc275 Node* const should_update_last_index = in RegExpPrototypeExecBodyWithoutResult() local
282 Branch(should_update_last_index, &if_doupdate, &if_dontupdate); in RegExpPrototypeExecBodyWithoutResult()
328 GotoIfNot(should_update_last_index, if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
336 GotoIfNot(should_update_last_index, &out); in RegExpPrototypeExecBodyWithoutResult()