Home
last modified time | relevance | path

Searched refs:constructnumber (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()
715 BIND(&constructnumber); in TF_BUILTIN()