OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fulfilled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverTest.cpp
114
EXPECT_EQ(V8PromiseCustom::
Fulfilled
, state());
142
EXPECT_EQ(V8PromiseCustom::
Fulfilled
, state());
148
EXPECT_EQ(V8PromiseCustom::
Fulfilled
, state());
162
EXPECT_EQ(V8PromiseCustom::
Fulfilled
, state());
168
EXPECT_EQ(V8PromiseCustom::
Fulfilled
, state());
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h
60
Fulfilled
,
124
// Returns a Promise instance that will be
fulfilled
or rejected by
V8PromiseCustom.cpp
369
ASSERT(V8PromiseCustom::getState(internal) != V8PromiseCustom::
Fulfilled
&& V8PromiseCustom::getState(internal) != V8PromiseCustom::Rejected);
370
V8PromiseCustom::setState(internal, V8PromiseCustom::
Fulfilled
, value, isolate);
377
ASSERT(V8PromiseCustom::getState(internal) != V8PromiseCustom::
Fulfilled
&& V8PromiseCustom::getState(internal) != V8PromiseCustom::Rejected);
385
ASSERT(V8PromiseCustom::getState(internal) == V8PromiseCustom::
Fulfilled
|| V8PromiseCustom::getState(internal) == V8PromiseCustom::Rejected);
435
ASSERT(originatorState == V8PromiseCustom::
Fulfilled
|| originatorState == V8PromiseCustom::Rejected);
437
if (originatorState == V8PromiseCustom::
Fulfilled
) {
454
if (state == V8PromiseCustom::
Fulfilled
|| state == V8PromiseCustom::Rejected) {
633
ASSERT(ok && (number == Pending || number ==
Fulfilled
|| number == Rejected || number == Following));
640
ASSERT(state == Pending || state ==
Fulfilled
|| state == Rejected || state == Following);
683
} else if (valueState ==
Fulfilled
) {
[
all
...]
Completed in 43 milliseconds