Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1576 Label if_isglobal(this), if_isnotglobal(this); in RegExpPrototypeMatchBody() local
1577 Branch(is_global, &if_isglobal, &if_isnotglobal); in RegExpPrototypeMatchBody()
1579 Bind(&if_isnotglobal); in RegExpPrototypeMatchBody()
2570 Label if_isglobal(this), if_isnotglobal(this); in TF_BUILTIN() local
2573 Branch(is_global, &if_isglobal, &if_isnotglobal); in TF_BUILTIN()
2578 Bind(&if_isnotglobal); in TF_BUILTIN()