Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1851 Label if_isglobal(this), if_isnotglobal(this); in RegExpPrototypeMatchBody() local
1852 Branch(is_global, &if_isglobal, &if_isnotglobal); in RegExpPrototypeMatchBody()
1863 BIND(&if_isglobal); in RegExpPrototypeMatchBody()
2997 Label if_isglobal(this), if_isnotglobal(this); in TF_BUILTIN() local
3000 Branch(is_global, &if_isglobal, &if_isnotglobal); in TF_BUILTIN()
3002 BIND(&if_isglobal); in TF_BUILTIN()