Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc281 Label if_doupdate(this), if_dontupdate(this); in RegExpPrototypeExecBodyWithoutResult() local
282 Branch(should_update_last_index, &if_doupdate, &if_dontupdate); in RegExpPrototypeExecBodyWithoutResult()
284 Bind(&if_doupdate); in RegExpPrototypeExecBodyWithoutResult()