Searched refs:prototype_valid (Results 1 – 1 of 1) sorted by relevance
1307 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN() local1311 GotoIf(IsNull(prototype), &prototype_valid); in TF_BUILTIN()1312 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in TF_BUILTIN()1315 BIND(&prototype_valid); in TF_BUILTIN()