Home
last modified time | relevance | path

Searched refs:kReject (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/third_party/utf8-decoder/
Dutf8-decoder.h13 kReject = 0, enumerator
/third_party/node/deps/v8/src/objects/
Dpromise.h104 enum Type { kFulfill, kReject }; enumerator
Dpromise.tq17 generates 'PromiseReaction::kReject';
Djs-temporal-objects.cc121 enum class Disambiguation { kCompatible, kEarlier, kLater, kReject }; enumerator
124 enum class ShowOverflow { kConstrain, kReject }; enumerator
1235 DCHECK_EQ(disambiguation, Disambiguation::kReject); in DisambiguatePossibleInstants()
1243 if (disambiguation == Disambiguation::kReject) { in DisambiguatePossibleInstants()
1629 {ShowOverflow::kConstrain, ShowOverflow::kReject}, in ToTemporalOverflow()
1927 case ShowOverflow::kReject: in RegulateTime()
4978 case ShowOverflow::kReject: in RegulateISODate()
Dobjects.cc5477 PromiseReaction::kReject); in Reject()
/third_party/node/deps/v8/src/strings/
Dunicode-inl.h107 case State::kReject: in ValueOfIncremental()
Dunicode.cc228 for (size_t i = 0; i < length && state != State::kReject; i++) { in ValidateEncoding()