Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc657 Label if_newobject(this, Label::kDeferred), if_toobject(this); in TF_BUILTIN() local
663 Branch(IsUndefined(value), &if_newobject, &if_toobject); in TF_BUILTIN()
672 BIND(&if_toobject); in TF_BUILTIN()