Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc932 Label if_isprototype(this), if_isnotprototype(this); in TF_BUILTIN() local
933 Branch(WordEqual(receiver, initial_prototype), &if_isprototype, in TF_BUILTIN()
936 Bind(&if_isprototype); in TF_BUILTIN()
1105 Label if_isprototype(this), if_isnotprototype(this); in FlagGetter() local
1106 Branch(WordEqual(receiver, initial_prototype), &if_isprototype, in FlagGetter()
1109 Bind(&if_isprototype); in FlagGetter()