Searched refs:thenFinallyConstructor (Results 1 – 1 of 1) sorted by relevance
281 JSHandle<JSTaggedValue> thenFinallyConstructor(thread, thenFinally->GetConstructor()); in ThenFinally() local282 …ASSERT_PRINT(thenFinallyConstructor->IsConstructor(), "thenFinallyConstructor is not constructor"); in ThenFinally()285 BuiltinsPromiseHandler::PromiseResolve(thread, thenFinallyConstructor, resultHandle); in ThenFinally()