Searched refs:then_finally (Results 1 – 2 of 2) sorted by relevance
1452 Node* const then_finally = AllocateFunctionWithMapAndContext( in CreatePromiseFinallyFunctions() local1458 return std::make_pair(then_finally, catch_finally); in CreatePromiseFinallyFunctions()1626 Node* then_finally = nullptr; in TF_BUILTIN() local1628 std::tie(then_finally, catch_finally) = in TF_BUILTIN()1630 var_then_finally.Bind(then_finally); in TF_BUILTIN()
5956 Handle<SharedFunctionInfo> then_finally( in ReducePromisePrototypeFinally() local5960 then_finally, factory()->many_closures_cell(), in ReducePromisePrototypeFinally()5961 handle(then_finally->GetCode(), isolate())), in ReducePromisePrototypeFinally()5975 Node* then_finally = in ReducePromisePrototypeFinally() local5995 node->InsertInput(graph()->zone(), 2, then_finally); in ReducePromisePrototypeFinally()5996 node->ReplaceInput(2, then_finally); in ReducePromisePrototypeFinally()