Searched refs:if_undefined (Results 1 – 3 of 3) sorted by relevance
426 Label if_undefined(this, Label::kDeferred); in GenerateConstructor() local427 GotoIf(IsUndefined(new_target), &if_undefined); in GenerateConstructor()436 BIND(&if_undefined); in GenerateConstructor()
1827 BIND(&if_undefined); in IGNITION_HANDLER()2452 Label if_undefined(this); in IGNITION_HANDLER() local
2513 Node* if_undefined = graph()->NewNode(common()->IfTrue(), control); in ReduceFunctionPrototypeApply() local2530 graph()->NewNode(common()->Merge(2), if_null, if_undefined); in ReduceFunctionPrototypeApply()