Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-date-gen.cc192 Label hint_is_number(this), hint_is_string(this), in TF_BUILTIN() local
197 GotoIf(WordEqual(hint, number_string), &hint_is_number); in TF_BUILTIN()
209 &hint_is_number); in TF_BUILTIN()
221 BIND(&hint_is_number); in TF_BUILTIN()