Searched refs:nOtherRejectCalls (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromisePropertyTest.cpp342 size_t nOtherRejectCalls = 0; local
350 property()->promise(otherWorld()).then(notReached(currentScriptState()), stub(currentScriptState(), otherActual, nOtherRejectCalls)); local
356 EXPECT_EQ(1u, nOtherRejectCalls);

Completed in 189 milliseconds