Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-number.cc182 Label if_inputissmi(this), if_inputisnotsmi(this); in TF_BUILTIN() local
183 Branch(TaggedIsSmi(input), &if_inputissmi, &if_inputisnotsmi); in TF_BUILTIN()
191 Bind(&if_inputisnotsmi); in TF_BUILTIN()