Searched refs:catch_finally (Results 1 – 2 of 2) sorted by relevance
1456 Node* const catch_finally = AllocateFunctionWithMapAndContext( in CreatePromiseFinallyFunctions() local1458 return std::make_pair(then_finally, catch_finally); in CreatePromiseFinallyFunctions()1627 Node* catch_finally = nullptr; in TF_BUILTIN() local1628 std::tie(then_finally, catch_finally) = in TF_BUILTIN()1631 var_catch_finally.Bind(catch_finally); in TF_BUILTIN()
5947 Handle<SharedFunctionInfo> catch_finally( in ReducePromisePrototypeFinally() local5951 catch_finally, factory()->many_closures_cell(), in ReducePromisePrototypeFinally()5952 handle(catch_finally->GetCode(), isolate())), in ReducePromisePrototypeFinally()5972 Node* catch_finally = in ReducePromisePrototypeFinally() local5997 node->ReplaceInput(3, catch_finally); in ReducePromisePrototypeFinally()