Searched refs:prototype_valid (Results 1 – 1 of 1) sorted by relevance
470 Label call_runtime(a, Label::kDeferred), prototype_valid(a), no_properties(a); in Generate_ObjectCreate() local473 a->GotoIf(a->WordEqual(prototype, a->NullConstant()), &prototype_valid); in Generate_ObjectCreate()474 a->BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in Generate_ObjectCreate()477 a->Bind(&prototype_valid); in Generate_ObjectCreate()