Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc709 Label return_n(this), constructnumber(this, Label::kDeferred); in TF_BUILTIN() local
710 Branch(IsUndefined(new_target), &return_n, &constructnumber); in TF_BUILTIN()
712 BIND(&return_n); in TF_BUILTIN()