Rejected 123 Source/bindings/v8/ScriptPromiseResolverTest.cpp EXPECT_EQ(V8PromiseCustom::Rejected, state()); Rejected 208 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(state == V8PromiseCustom::Pending || state == V8PromiseCustom::Fulfilled || state == V8PromiseCustom::Rejected || state == V8PromiseCustom::Following); Rejected 417 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(V8PromiseCustom::getState(V8PromiseCustom::getInternal(promise)) != V8PromiseCustom::Fulfilled && V8PromiseCustom::getState(V8PromiseCustom::getInternal(promise)) != V8PromiseCustom::Rejected); Rejected 424 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(V8PromiseCustom::getState(V8PromiseCustom::getInternal(promise)) != V8PromiseCustom::Fulfilled && V8PromiseCustom::getState(V8PromiseCustom::getInternal(promise)) != V8PromiseCustom::Rejected); Rejected 425 Source/bindings/v8/custom/V8PromiseCustom.cpp setStateForPromise(promise, V8PromiseCustom::Rejected, reason, isolate); Rejected 432 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(V8PromiseCustom::getState(internal) == V8PromiseCustom::Fulfilled || V8PromiseCustom::getState(internal) == V8PromiseCustom::Rejected); Rejected 472 Source/bindings/v8/custom/V8PromiseCustom.cpp V8PromiseCustom::callHandler(derivedPromise, onRejected, reason, V8PromiseCustom::Rejected, isolate); Rejected 482 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(originatorState == V8PromiseCustom::Fulfilled || originatorState == V8PromiseCustom::Rejected); Rejected 501 Source/bindings/v8/custom/V8PromiseCustom.cpp if (state == V8PromiseCustom::Fulfilled || state == V8PromiseCustom::Rejected) { Rejected 700 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(number == Pending || number == Fulfilled || number == Rejected || number == Following); Rejected 745 Source/bindings/v8/custom/V8PromiseCustom.cpp } else if (valueState == Rejected) { Rejected 857 Source/bindings/v8/custom/V8PromiseCustom.cpp ASSERT(originatorState == Fulfilled || originatorState == Rejected); Rejected 98 Source/core/inspector/PromiseTracker.cpp if (state == V8PromiseCustom::Fulfilled || state == V8PromiseCustom::Rejected) Rejected 44 Source/modules/serviceworkers/RespondWithObserver.cpp ASSERT(m_resolveType == Fulfilled || m_resolveType == Rejected); Rejected 45 Source/modules/serviceworkers/RespondWithObserver.cpp if (m_resolveType == Rejected) Rejected 87 Source/modules/serviceworkers/RespondWithObserver.cpp ThenFunction::create(this, ThenFunction::Rejected)); Rejected 44 Source/modules/serviceworkers/WaitUntilObserver.cpp ASSERT(m_resolveType == Fulfilled || m_resolveType == Rejected); Rejected 45 Source/modules/serviceworkers/WaitUntilObserver.cpp if (m_resolveType == Rejected) Rejected 81 Source/modules/serviceworkers/WaitUntilObserver.cpp ThenFunction::create(this, ThenFunction::Rejected));