Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-date-gen.cc196 Label hint_is_number(this), hint_is_string(this), in TF_BUILTIN() local
201 GotoIf(TaggedEqual(hint, number_string), &hint_is_number); in TF_BUILTIN()
213 &hint_is_number); in TF_BUILTIN()
225 BIND(&hint_is_number); in TF_BUILTIN()