Searched refs:exception_control (Results 1 – 2 of 2) sorted by relevance
647 Node* exception_control = in InlineCandidate() local649 if_exceptions[num_calls] = exception_control; in InlineCandidate()656 exception_control); in InlineCandidate()
5675 Node* exception_control = control; in ReducePromiseConstructor() local5677 Node* reason = exception_effect = exception_control = graph()->NewNode( in ReducePromiseConstructor()5678 common()->IfException(), exception_control, exception_effect); in ReducePromiseConstructor()5680 exception_effect = exception_control = graph()->NewNode( in ReducePromiseConstructor()5685 exception_effect, exception_control); in ReducePromiseConstructor()5692 &exception_control); in ReducePromiseConstructor()5703 graph()->NewNode(common()->Merge(2), success_control, exception_control); in ReducePromiseConstructor()