/third_party/node/deps/v8/src/objects/ |
D | js-relative-time-format.cc | 75 MAYBE_RETURN(maybe_requested_locales, Handle<JSRelativeTimeFormat>()); in New() 92 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSRelativeTimeFormat>()); in New() 104 MAYBE_RETURN(maybe_numberingSystem, MaybeHandle<JSRelativeTimeFormat>()); in New() 135 MAYBE_RETURN(maybe_locale_str, MaybeHandle<JSRelativeTimeFormat>()); in New() 154 MAYBE_RETURN(maybe_style, MaybeHandle<JSRelativeTimeFormat>()); in New() 164 MAYBE_RETURN(maybe_numeric, MaybeHandle<JSRelativeTimeFormat>()); in New() 455 MAYBE_RETURN(maybe_added, Handle<JSArray>()); in FormatToJSArray() 464 MAYBE_RETURN(maybe_added, Handle<JSArray>()); in FormatToJSArray() 470 MAYBE_RETURN(maybe_added, Handle<JSArray>()); in FormatToJSArray() 478 MAYBE_RETURN(maybe_added, Handle<JSArray>()); in FormatToJSArray() [all …]
|
D | js-collator.cc | 284 MAYBE_RETURN(maybe_requested_locales, Handle<JSCollator>()); in New() 299 MAYBE_RETURN(maybe_usage, MaybeHandle<JSCollator>()); in New() 307 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSCollator>()); in New() 316 MAYBE_RETURN(maybe_collation, MaybeHandle<JSCollator>()); in New() 346 MAYBE_RETURN(found_numeric, MaybeHandle<JSCollator>()); in New() 351 MAYBE_RETURN(maybe_case_first, MaybeHandle<JSCollator>()); in New() 488 MAYBE_RETURN(maybe_sensitivity, MaybeHandle<JSCollator>()); in New() 525 MAYBE_RETURN(found_ignore_punctuation, MaybeHandle<JSCollator>()); in New()
|
D | js-number-format.cc | 1134 MAYBE_RETURN(maybe_requested_locales, Handle<JSNumberFormat>()); in New() 1150 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSNumberFormat>()); in New() 1162 MAYBE_RETURN(maybe_numberingSystem, MaybeHandle<JSNumberFormat>()); in New() 1191 MAYBE_RETURN(maybe_locale_str, MaybeHandle<JSNumberFormat>()); in New() 1227 MAYBE_RETURN(maybe_style, MaybeHandle<JSNumberFormat>()); in New() 1238 MAYBE_RETURN(found_currency, MaybeHandle<JSNumberFormat>()); in New() 1272 MAYBE_RETURN(maybe_currency_display, MaybeHandle<JSNumberFormat>()); in New() 1282 MAYBE_RETURN(maybe_currency_sign, MaybeHandle<JSNumberFormat>()); in New() 1290 MAYBE_RETURN(found_unit, MaybeHandle<JSNumberFormat>()); in New() 1328 MAYBE_RETURN(maybe_unit_display, MaybeHandle<JSNumberFormat>()); in New() [all …]
|
D | js-list-format.cc | 66 MAYBE_RETURN(maybe_requested_locales, Handle<JSListFormat>()); in New() 84 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSListFormat>()); in New() 107 MAYBE_RETURN(maybe_type, MaybeHandle<JSListFormat>()); in New() 115 MAYBE_RETURN(maybe_style, MaybeHandle<JSListFormat>()); in New() 223 MAYBE_RETURN(maybe_array, Handle<T>()); in FormatListCommon()
|
D | js-date-time-format.cc | 896 MAYBE_RETURN(maybe_undefined, Nothing<bool>()); in NeedsDefault() 910 MAYBE_RETURN( in CreateDefault() 954 MAYBE_RETURN(maybe_needs_default, Handle<JSObject>()); in ToDateTimeOptions() 969 MAYBE_RETURN(maybe_needs_default, Handle<JSObject>()); in ToDateTimeOptions() 976 MAYBE_RETURN(maybe_datestyle_undefined, Handle<JSObject>()); in ToDateTimeOptions() 980 MAYBE_RETURN(maybe_timestyle_undefined, Handle<JSObject>()); in ToDateTimeOptions() 1015 MAYBE_RETURN(CreateDefault(isolate, options, list), Handle<JSObject>()); in ToDateTimeOptions() 1021 MAYBE_RETURN(CreateDefault(isolate, options, list), Handle<JSObject>()); in ToDateTimeOptions() 1517 MAYBE_RETURN(maybe_requested_locales, Handle<JSDateTimeFormat>()); in New() 1533 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSDateTimeFormat>()); in New() [all …]
|
D | js-segmenter.cc | 33 MAYBE_RETURN(maybe_requested_locales, Handle<JSSegmenter>()); in New() 50 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSSegmenter>()); in New() 77 MAYBE_RETURN(maybe_granularity, MaybeHandle<JSSegmenter>()); in New()
|
D | js-display-names.cc | 404 MAYBE_RETURN(maybe_requested_locales, Handle<JSDisplayNames>()); in New() 422 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSDisplayNames>()); in New() 449 MAYBE_RETURN(maybe_style, MaybeHandle<JSDisplayNames>()); in New() 463 MAYBE_RETURN(maybe_type, MaybeHandle<JSDisplayNames>()); in New() 479 MAYBE_RETURN(maybe_fallback, MaybeHandle<JSDisplayNames>()); in New() 492 MAYBE_RETURN(maybe_language_display, MaybeHandle<JSDisplayNames>()); in New() 606 MAYBE_RETURN(maybe_result, Handle<Object>()); in Of()
|
D | js-plural-rules.cc | 72 MAYBE_RETURN(maybe_requested_locales, Handle<JSPluralRules>()); in New() 88 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSPluralRules>()); in New() 96 MAYBE_RETURN(maybe_type, MaybeHandle<JSPluralRules>()); in New() 142 MAYBE_RETURN(maybe_digit_options, MaybeHandle<JSPluralRules>()); in New()
|
D | keys.cc | 204 MAYBE_RETURN(found, MaybeHandle<FixedArray>()); in FilterProxyKeys() 244 MAYBE_RETURN(CollectOwnJSProxyKeys(receiver, Handle<JSProxy>::cast(object)), in CollectKeys() 266 MAYBE_RETURN(result, Nothing<bool>()); in CollectKeys() 569 MAYBE_RETURN(accumulator.CollectKeys(receiver_, receiver_), in GetKeysSlow() 609 MAYBE_RETURN(accumulator.CollectKeys(first_prototype_, first_prototype_), in GetKeysWithPrototypeInfoCache() 1084 MAYBE_RETURN((CollectInterceptorKeysInternal( in CollectAccessCheckInterceptorKeys() 1092 MAYBE_RETURN( in CollectAccessCheckInterceptorKeys() 1127 MAYBE_RETURN(CollectAccessCheckInterceptorKeys(access_check_info, in CollectOwnKeys() 1140 MAYBE_RETURN(CollectOwnElementIndices(receiver, object), Nothing<bool>()); in CollectOwnKeys() 1142 MAYBE_RETURN(CollectOwnPropertyNames(receiver, object), Nothing<bool>()); in CollectOwnKeys() [all …]
|
D | js-break-iterator.cc | 32 MAYBE_RETURN(maybe_requested_locales, MaybeHandle<JSV8BreakIterator>()); in New() 48 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSV8BreakIterator>()); in New() 65 MAYBE_RETURN(maybe_type, MaybeHandle<JSV8BreakIterator>()); in New()
|
D | js-temporal-objects.cc | 931 MAYBE_RETURN(maybe_time_zone_index, Handle<JSTemporalTimeZone>()); in CreateTemporalTimeZone() 947 MAYBE_RETURN(maybe_offset_nanoseconds, Handle<JSTemporalTimeZone>()); in CreateTemporalTimeZone() 1121 MAYBE_RETURN(maybe_offset_nanoseconds, Handle<JSTemporalPlainDateTime>()); in BuiltinTimeZoneGetPlainDateTimeFor() 1125 MAYBE_RETURN(maybe_result, Handle<JSTemporalPlainDateTime>()); in BuiltinTimeZoneGetPlainDateTimeFor() 1291 MAYBE_RETURN(maybe_offset_before, Handle<JSTemporalInstant>()); in DisambiguatePossibleInstants() 1295 MAYBE_RETURN(maybe_offset_after, Handle<JSTemporalInstant>()); in DisambiguatePossibleInstants() 1318 MAYBE_RETURN(maybe_earlier, Handle<JSTemporalInstant>()); in DisambiguatePossibleInstants() 1369 MAYBE_RETURN(maybe_later, Handle<JSTemporalInstant>()); in DisambiguatePossibleInstants() 1722 MAYBE_RETURN(maybe_has, Handle<JSReceiver>()); in ToTemporalCalendar() 1737 MAYBE_RETURN(maybe_has, Handle<JSReceiver>()); in ToTemporalCalendar() [all …]
|
D | js-locale.cc | 79 MAYBE_RETURN(maybe_found, Nothing<bool>()); in InsertOptionsIntoLocale() 272 MAYBE_RETURN(maybe_language, Nothing<bool>()); in ApplyOptionsToTag() 290 MAYBE_RETURN(maybe_script, Nothing<bool>()); in ApplyOptionsToTag() 307 MAYBE_RETURN(maybe_region, Nothing<bool>()); in ApplyOptionsToTag() 352 MAYBE_RETURN(maybe_apply, MaybeHandle<JSLocale>()); in New() 361 MAYBE_RETURN(maybe_insert, MaybeHandle<JSLocale>()); in New()
|
D | option-utils.h | 55 MAYBE_RETURN(found, Nothing<T>()); in GetStringOption()
|
D | intl-objects.cc | 829 MAYBE_RETURN(maybe_found, Nothing<std::vector<std::string>>()); in CanonicalizeLocaleList() 1575 MAYBE_RETURN(maybe_rounding_priority, Nothing<NumberFormatDigitOptions>()); in SetNumberFormatDigitOptions() 1971 MAYBE_RETURN(JSObject::AddDataElement(array, i, value, attr), in CreateArrayFromList() 1996 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSObject>()); in SupportedLocales() 2027 MAYBE_RETURN(maybe_ll, MaybeHandle<JSArray>()); in GetCanonicalLocales() 2225 MAYBE_RETURN(requested_locales, MaybeHandle<JSObject>()); in SupportedLocalesOf() 2450 MAYBE_RETURN(maybe_icu_locale, Nothing<Intl::ResolvedLocale>()); in ResolveLocale() 2654 MAYBE_RETURN(maybe, Nothing<bool>()); in GetNumberingSystem()
|
D | js-objects.cc | 140 MAYBE_RETURN(attributes, Nothing<bool>()); in HasOwnProperty() 243 MAYBE_RETURN(attributes, Nothing<bool>()); in CheckIfCanDefine() 1048 MAYBE_RETURN(success, ReadOnlyRoots(isolate).exception()); in DefineProperty() 1374 MAYBE_RETURN(GetOwnPropertyDescriptor(it, ¤t), Nothing<bool>()); in OrdinaryDefineOwnProperty() 1838 MAYBE_RETURN(intercepted, Nothing<bool>()); in GetOwnPropertyDescriptor() 1847 MAYBE_RETURN(maybe, Nothing<bool>()); in GetOwnPropertyDescriptor() 1903 MAYBE_RETURN(test, Nothing<bool>()); in SetIntegrityLevel() 1918 MAYBE_RETURN(JSReceiver::PreventExtensions(receiver, should_throw), in SetIntegrityLevel() 1935 MAYBE_RETURN(DefineOwnProperty(isolate, receiver, key, &no_conf, in SetIntegrityLevel() 1947 MAYBE_RETURN(owned, Nothing<bool>()); in SetIntegrityLevel() [all …]
|
D | objects.cc | 1382 MAYBE_RETURN(is_extensible, MaybeHandle<HeapObject>()); in GetPrototype() 2705 MAYBE_RETURN(owned, Nothing<bool>()); in SetSuperProperty() 2914 MAYBE_RETURN(JSObject::AddDataElement(receiver_obj, it->array_index(), in AddDataProperty() 3094 MAYBE_RETURN(JSProxy::CheckHasTrap(isolate, name, target), Nothing<bool>()); in HasProperty() 3106 MAYBE_RETURN(target_found, Nothing<bool>()); in CheckHasTrap() 3118 MAYBE_RETURN(extensible_target, Nothing<bool>()); in CheckHasTrap() 3226 MAYBE_RETURN(target_found, Nothing<bool>()); in CheckDeleteTrap() 3237 MAYBE_RETURN(extensible_target, Nothing<bool>()); in CheckDeleteTrap() 3267 MAYBE_RETURN(found, Nothing<PropertyAttributes>()); in GetPropertyAttributes() 3453 MAYBE_RETURN(JSArray::SetLength(a, new_len), Nothing<bool>()); in ArraySetLength() [all …]
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-object.cc | 96 MAYBE_RETURN(success, ReadOnlyRoots(isolate).exception()); in ObjectDefineAccessor() 134 MAYBE_RETURN(found, ReadOnlyRoots(isolate).exception()); in ObjectLookupAccessor() 219 MAYBE_RETURN(JSReceiver::SetIntegrityLevel(Handle<JSReceiver>::cast(object), in BUILTIN() 263 MAYBE_RETURN( in BUILTIN() 303 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 315 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 341 MAYBE_RETURN(did_get_descriptor, ReadOnlyRoots(isolate).exception()); in BUILTIN() 359 MAYBE_RETURN(JSReceiver::SetIntegrityLevel(Handle<JSReceiver>::cast(object), in BUILTIN()
|
D | builtins-reflect.cc | 45 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 70 MAYBE_RETURN(found, ReadOnlyRoots(isolate).exception()); in BUILTIN() 121 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN()
|
D | builtins-typed-array.cc | 234 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 268 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 305 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN()
|
D | builtins-array.cc | 348 MAYBE_RETURN(Object::SetProperty(&it, element, StoreOrigin::kMaybeKeyed, in GenericArrayPush() 441 MAYBE_RETURN(JSReceiver::DeletePropertyOrElement(receiver, index, in GenericArrayPop() 558 MAYBE_RETURN(JSReceiver::DeletePropertyOrElement(receiver, to, in GenericArrayShift() 570 MAYBE_RETURN(JSReceiver::DeletePropertyOrElement(receiver, new_length, in GenericArrayShift() 695 MAYBE_RETURN( in visit() 1423 MAYBE_RETURN(spreadable, ReadOnlyRoots(isolate).exception()); in Slow_ArrayConcat()
|
D | builtins-arraybuffer.cc | 85 MAYBE_RETURN(JSArrayBuffer::GetResizableBackingStorePageConfiguration( in ConstructBuffer()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-array.cc | 208 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 304 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 402 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 415 MAYBE_RETURN(present, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 627 MAYBE_RETURN( in RUNTIME_FUNCTION() 712 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 721 MAYBE_RETURN(JSReceiver::PreventExtensions(Handle<JSReceiver>::cast(object), in RUNTIME_FUNCTION() 734 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 754 MAYBE_RETURN( in RUNTIME_FUNCTION() 770 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 955 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in DeleteProperty() 1269 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties( in RUNTIME_FUNCTION() 1287 MAYBE_RETURN( in RUNTIME_FUNCTION() 1372 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties( in RUNTIME_FUNCTION() [all …]
|
D | runtime-bigint.cc | 44 MAYBE_RETURN(maybe_result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 74 MAYBE_RETURN(maybe_result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|
D | runtime-proxy.cc | 84 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|