Following         208 Source/bindings/v8/custom/V8PromiseCustom.cpp     ASSERT(state == V8PromiseCustom::Pending || state == V8PromiseCustom::Fulfilled || state == V8PromiseCustom::Rejected || state == V8PromiseCustom::Following);
Following         700 Source/bindings/v8/custom/V8PromiseCustom.cpp     ASSERT(number == Pending || number == Fulfilled || number == Rejected || number == Following);
Following         739 Source/bindings/v8/custom/V8PromiseCustom.cpp         } else if (valueState == Following) {
Following         741 Source/bindings/v8/custom/V8PromiseCustom.cpp             setStateForPromise(promise, Following, valuePromiseFollowing, isolate);
Following         749 Source/bindings/v8/custom/V8PromiseCustom.cpp             setStateForPromise(promise, Following, valuePromise, isolate);
Following         769 Source/bindings/v8/custom/V8PromiseCustom.cpp     while (getState(internal) == Following) {