Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc757 Label if_tostring(this, &var_s); in TF_BUILTIN() local
758 GotoIfNot(IsUndefined(new_target), &if_tostring); in TF_BUILTIN()
761 GotoIf(TaggedIsSmi(value), &if_tostring); in TF_BUILTIN()
762 GotoIfNot(IsSymbol(value), &if_tostring); in TF_BUILTIN()
770 BIND(&if_tostring); in TF_BUILTIN()