Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1456 Node* const catch_finally = AllocateFunctionWithMapAndContext( in CreatePromiseFinallyFunctions() local
1458 return std::make_pair(then_finally, catch_finally); in CreatePromiseFinallyFunctions()
1627 Node* catch_finally = nullptr; in TF_BUILTIN() local
1628 std::tie(then_finally, catch_finally) = in TF_BUILTIN()
1631 var_catch_finally.Bind(catch_finally); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-call-reducer.cc5947 Handle<SharedFunctionInfo> catch_finally( in ReducePromisePrototypeFinally() local
5951 catch_finally, factory()->many_closures_cell(), in ReducePromisePrototypeFinally()
5952 handle(catch_finally->GetCode(), isolate())), in ReducePromisePrototypeFinally()
5972 Node* catch_finally = in ReducePromisePrototypeFinally() local
5997 node->ReplaceInput(3, catch_finally); in ReducePromisePrototypeFinally()