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.cpp218 JSHandle<JSTaggedValue> onFinally(thread, thenFinally->GetOnFinally(thread)); in ThenFinally() local
259 JSHandle<JSTaggedValue> onFinally(thread, catchFinally->GetOnFinally(thread)); in CatchFinally() local
Dbuiltins_promise.cpp1038 JSHandle<JSTaggedValue> onFinally = BuiltinsBase::GetCallArg(argv, 0); in Finally() local