Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp281 JSHandle<JSTaggedValue> thenFinallyConstructor(thread, thenFinally->GetConstructor()); in ThenFinally() local
282 …ASSERT_PRINT(thenFinallyConstructor->IsConstructor(), "thenFinallyConstructor is not constructor"); in ThenFinally()
285 BuiltinsPromiseHandler::PromiseResolve(thread, thenFinallyConstructor, resultHandle); in ThenFinally()