Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc2655 Label if_matched(this), if_didnotmatch(this); in TF_BUILTIN() local
2656 Branch(WordEqual(match_indices, null), &if_didnotmatch, &if_matched); in TF_BUILTIN()
2661 Bind(&if_matched); in TF_BUILTIN()