Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1452 Node* const then_finally = AllocateFunctionWithMapAndContext( in CreatePromiseFinallyFunctions() local
1458 return std::make_pair(then_finally, catch_finally); in CreatePromiseFinallyFunctions()
1626 Node* then_finally = nullptr; in TF_BUILTIN() local
1628 std::tie(then_finally, catch_finally) = in TF_BUILTIN()
1630 var_then_finally.Bind(then_finally); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-call-reducer.cc5956 Handle<SharedFunctionInfo> then_finally( in ReducePromisePrototypeFinally() local
5960 then_finally, factory()->many_closures_cell(), in ReducePromisePrototypeFinally()
5961 handle(then_finally->GetCode(), isolate())), in ReducePromisePrototypeFinally()
5975 Node* then_finally = in ReducePromisePrototypeFinally() local
5995 node->InsertInput(graph()->zone(), 2, then_finally); in ReducePromisePrototypeFinally()
5996 node->ReplaceInput(2, then_finally); in ReducePromisePrototypeFinally()