Home
last modified time | relevance | path

Searched refs:FromJust (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/node/deps/v8/src/objects/
H A Djs-collator.cc65 DCHECK(maybe.FromJust()); in CreateDataPropertyForOptions()
77 DCHECK(maybe.FromJust()); in CreateDataPropertyForOptions()
181 locale = Intl::ToLanguageTag(new_icu_locale).FromJust(); in ResolvedOptions()
184 locale = Intl::ToLanguageTag(icu_locale).FromJust(); in ResolvedOptions()
187 locale = Intl::ToLanguageTag(icu_locale).FromJust(); in ResolvedOptions()
212 DCHECK(maybe.FromJust()); in ResolvedOptions()
286 maybe_requested_locales.FromJust(); in New()
300 Usage usage = maybe_usage.FromJust(); in New()
308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
318 if (maybe_collation.FromJust() in New()
[all...]
H A Djs-number-format.cc960 .FromJust()); in ResolvedOptions()
967 .FromJust()); in ResolvedOptions()
972 .FromJust()); in ResolvedOptions()
980 .FromJust()); in ResolvedOptions()
985 .FromJust()); in ResolvedOptions()
989 .FromJust()); in ResolvedOptions()
999 .FromJust()); in ResolvedOptions()
1004 .FromJust()); in ResolvedOptions()
1012 .FromJust()); in ResolvedOptions()
1019 .FromJust()); in ResolvedOptions()
[all...]
H A Djs-display-names.cc406 maybe_requested_locales.FromJust(); in New()
425 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
440 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust(); in New()
450 Style style_enum = maybe_style.FromJust(); in New()
464 Type type_enum = maybe_type.FromJust(); in New()
480 Fallback fallback_enum = maybe_fallback.FromJust(); in New()
496 language_display_enum = maybe_language_display.FromJust(); in New()
558 maybe_locale.FromJust().c_str()); in ResolvedOptions()
566 DCHECK(maybe_create_locale.FromJust()); in ResolvedOptions()
571 DCHECK(maybe_create_style.FromJust()); in ResolvedOptions()
[all...]
H A Djs-list-format.cc68 maybe_requested_locales.FromJust(); in New()
87 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
98 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust(); in New()
108 Type type_enum = maybe_type.FromJust(); in New()
116 Style style_enum = maybe_style.FromJust(); in New()
224 std::vector<icu::UnicodeString> array = maybe_array.FromJust(); in FormatListCommon()
H A Djs-segments.cc135 DCHECK(maybe_create_segment.FromJust()); in CreateSegmentDataObject()
142 DCHECK(maybe_create_index.FromJust()); in CreateSegmentDataObject()
151 DCHECK(maybe_create_input.FromJust()); in CreateSegmentDataObject()
168 DCHECK(maybe_create_is_word_like.FromJust()); in CreateSegmentDataObject()
H A Djs-segmenter.cc35 maybe_requested_locales.FromJust(); in New()
51 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
64 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust(); in New()
78 Granularity granularity_enum = maybe_granularity.FromJust(); in New()
H A Djs-locale.cc83 if (!maybe_found.FromJust()) continue; in InsertOptionsIntoLocale()
274 if (maybe_language.FromJust()) {
292 if (maybe_script.FromJust()) {
309 if (maybe_region.FromJust()) {
353 if (!maybe_apply.FromJust()) {
367 if (!maybe_insert.FromJust() || U_FAILURE(status)) {
700 .FromJust());
761 .FromJust());
766 .FromJust());
772 .FromJust());
[all...]
H A Djs-plural-rules.cc74 maybe_requested_locales.FromJust(); in New()
89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
97 Type type = maybe_type.FromJust(); in New()
115 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust(); in New()
143 Intl::NumberFormatDigitOptions digit_options = maybe_digit_options.FromJust(); in New()
241 DCHECK(maybe.FromJust()); in CreateDataPropertyForOptions()
H A Djs-break-iterator.cc34 maybe_requested_locales.FromJust(); in New()
49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
58 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust(); in New()
66 Type type_enum = maybe_type.FromJust(); in New()
H A Djs-date-time-format.cc628 DCHECK(maybe_create_locale.FromJust()); in ResolvedOptions()
635 DCHECK(maybe_create_calendar.FromJust()); in ResolvedOptions()
643 DCHECK(maybe_create_numbering_system.FromJust()); in ResolvedOptions()
648 DCHECK(maybe_create_time_zone.FromJust()); in ResolvedOptions()
658 DCHECK(maybe_create_hour_cycle.FromJust()); in ResolvedOptions()
667 DCHECK(maybe_create_hour12.FromJust()); in ResolvedOptions()
676 DCHECK(maybe_create_hour12.FromJust()); in ResolvedOptions()
699 DCHECK(maybe_create_fractional_seconds_digits.FromJust()); in ResolvedOptions()
710 DCHECK(maybe_create_property.FromJust()); in ResolvedOptions()
724 DCHECK(maybe_create_date_style.FromJust()); in ResolvedOptions()
[all...]
H A Djs-relative-time-format.cc77 maybe_requested_locales.FromJust(); in New()
93 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New()
120 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust(); in New()
139 maybe_locale_str.FromJust().c_str()); in New()
155 Style style_enum = maybe_style.FromJust(); in New()
165 Numeric numeric_enum = maybe_numeric.FromJust(); in New()
/third_party/node/deps/v8/src/runtime/
H A Druntime-operators.cc30 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
40 return isolate->heap()->ToBoolean(!result.FromJust()); in RUNTIME_FUNCTION()
74 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
84 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
94 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
104 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
H A Druntime-forin.cc67 if (result.FromJust() == ABSENT) { in HasEnumerableProperty()
79 } else if (result.FromJust() & DONT_ENUM) { in HasEnumerableProperty()
88 if (result.FromJust() != ABSENT) return it.GetName(); in HasEnumerableProperty()
95 if (result.FromJust() != ABSENT) return it.GetName(); in HasEnumerableProperty()
105 DCHECK_EQ(0, result.FromJust() & DONT_ENUM); in HasEnumerableProperty()
H A Druntime-proxy.cc85 return *isolate->factory()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
111 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
123 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-maybe.h38 * An alias for |FromJust|. Will crash if the Maybe<> is nothing.
40 V8_INLINE T ToChecked() const { return FromJust(); } in ToChecked()
63 V8_INLINE T FromJust() const& { in FromJust() function in v8::Maybe
72 V8_INLINE T FromJust() && { in FromJust() function in v8::Maybe
87 (!IsJust() || FromJust() == other.FromJust()); in operator ==()
/third_party/node/deps/v8/include/
H A Dv8-maybe.h35 * An alias for |FromJust|. Will crash if the Maybe<> is nothing.
37 V8_INLINE T ToChecked() const { return FromJust(); } in ToChecked()
60 V8_INLINE T FromJust() const { in FromJust() function in v8::Maybe
75 (!IsJust() || FromJust() == other.FromJust()); in operator ==()
/third_party/node/src/
H A Dnode_serdes.cc193 if (ret.IsJust()) args.GetReturnValue().Set(ret.FromJust()); in WriteValue()
234 ctx->serializer_.TransferArrayBuffer(id.FromJust(), ab); in TransferArrayBuffer()
245 ctx->serializer_.WriteUint32(value.FromJust()); in WriteUint32()
257 uint64_t hi = arg0.FromJust(); in WriteUint64()
258 uint64_t lo = arg1.FromJust(); in WriteUint64()
269 ctx->serializer_.WriteDouble(value.FromJust()); in WriteDouble()
346 if (ret.IsJust()) args.GetReturnValue().Set(ret.FromJust()); in ReadHeader()
368 ctx->deserializer_.TransferArrayBuffer(id.FromJust(), ab); in TransferArrayBuffer()
374 ctx->deserializer_.TransferSharedArrayBuffer(id.FromJust(), sab); in TransferArrayBuffer()
437 size_t length = length_arg.FromJust(); in ReadRawBytes()
[all...]
H A Dnode_constants.cc1347 Null(env->isolate())).FromJust()); in DefineConstants()
1351 Null(env->isolate())).FromJust()); in DefineConstants()
1355 Null(env->isolate())).FromJust()); in DefineConstants()
1359 Null(env->isolate())).FromJust()); in DefineConstants()
1363 Null(env->isolate())).FromJust()); in DefineConstants()
1367 Null(env->isolate())).FromJust()); in DefineConstants()
1371 Null(env->isolate())).FromJust()); in DefineConstants()
1375 Null(env->isolate())).FromJust()); in DefineConstants()
1379 Null(env->isolate())).FromJust()); in DefineConstants()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc34 if (maybe.FromJust() == ABSENT) return ReadOnlyRoots(isolate).false_value(); in BUILTIN()
35 return isolate->heap()->ToBoolean((maybe.FromJust() & DONT_ENUM) == 0); in BUILTIN()
97 if (!success.FromJust()) { in ObjectDefineAccessor()
135 if (found.FromJust()) { in ObjectLookupAccessor()
304 return isolate->heap()->ToBoolean(result.FromJust()); in BUILTIN()
316 return isolate->heap()->ToBoolean(result.FromJust()); in BUILTIN()
343 if (!did_get_descriptor.FromJust()) continue; in BUILTIN()
348 CHECK(success.FromJust()); in BUILTIN()
H A Dbuiltins-reflect.cc46 return *isolate->factory()->ToBoolean(result.FromJust()); in BUILTIN()
71 if (!found.FromJust()) return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
122 return *isolate->factory()->ToBoolean(result.FromJust()); in BUILTIN()
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc133 sum += args[1]->Int32Value(isolate->GetCurrentContext()).FromJust(); in AddAllSlowCallback()
136 sum += args[2]->Uint32Value(isolate->GetCurrentContext()).FromJust(); in AddAllSlowCallback()
139 sum += args[3]->IntegerValue(isolate->GetCurrentContext()).FromJust(); in AddAllSlowCallback()
142 sum += args[4]->IntegerValue(isolate->GetCurrentContext()).FromJust(); in AddAllSlowCallback()
145 sum += args[5]->NumberValue(isolate->GetCurrentContext()).FromJust(); in AddAllSlowCallback()
150 sum += args[6]->NumberValue(isolate->GetCurrentContext()).FromJust(); in AddAllSlowCallback()
449 sum += args[1]->Int32Value(isolate->GetCurrentContext()).FromJust(); in Add32BitIntSlowCallback()
452 sum += args[2]->Uint32Value(isolate->GetCurrentContext()).FromJust(); in Add32BitIntSlowCallback()
555 sum += args[1]->Int32Value(context).FromJust(); in AddAll32BitIntSlowCallback()
558 sum += args[2]->Int32Value(context).FromJust(); in AddAll32BitIntSlowCallback()
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference-encoder.cc63 Value result(maybe_index.FromJust()); in TryEncode()
80 Value result(maybe_index.FromJust()); in Encode()
91 Value value(maybe_index.FromJust()); in NameOfAddress()
/third_party/node/deps/v8/src/debug/
H A Ddebug-property-iterator.cc134 DCHECK_WITH_MSG(result.FromJust() != ABSENT, property_message.begin()); in attributes()
136 return Just(static_cast<v8::PropertyAttribute>(result.FromJust())); in attributes()
149 DCHECK(did_get_descriptor.FromJust()); in descriptor()
/third_party/node/deps/v8/src/extensions/
H A Dstatistics-extension.cc37 .FromJust(); in AddCounter()
47 .FromJust(); in AddNumber()
59 .FromJust(); in AddNumber64()
/third_party/node/test/cctest/
H A Dtest_report.cc84 .FromJust(); in TEST_F()
120 .FromJust(); in TEST_F()

Completed in 19 milliseconds

12345