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-gen.cc697 TNode<BoolT> should_update_last_index = in RegExpPrototypeExecBodyWithoutResult() local
704 Branch(should_update_last_index, &if_doupdate, &if_dontupdate); in RegExpPrototypeExecBodyWithoutResult()
747 GotoIfNot(should_update_last_index, if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
755 GotoIfNot(should_update_last_index, &out); in RegExpPrototypeExecBodyWithoutResult()