Home
last modified time | relevance | path

Searched defs:onFinally (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp265 JSHandle<JSTaggedValue> onFinally(thread, thenFinally->GetOnFinally()); in ThenFinally() local
305 JSHandle<JSTaggedValue> onFinally(thread, catchFinally->GetOnFinally()); in CatchFinally() local
Dbuiltins_promise.cpp1052 JSHandle<JSTaggedValue> onFinally = BuiltinsBase::GetCallArg(argv, 0); in Finally() local