Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object.cc470 Label call_runtime(a, Label::kDeferred), prototype_valid(a), no_properties(a); in Generate_ObjectCreate() local
473 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()