/external/v8/src/builtins/ |
D | builtins-object.cc | 95 MAYBE_RETURN(success, ReadOnlyRoots(isolate).exception()); in ObjectDefineAccessor() 132 MAYBE_RETURN(found, ReadOnlyRoots(isolate).exception()); in ObjectLookupAccessor() 213 MAYBE_RETURN(JSReceiver::SetIntegrityLevel(Handle<JSReceiver>::cast(object), in BUILTIN() 259 MAYBE_RETURN(JSReceiver::SetPrototype(receiver, proto, true, kThrowOnError), in BUILTIN() 303 MAYBE_RETURN(JSReceiver::SetPrototype(receiver, proto, true, kThrowOnError), in BUILTIN() 342 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 354 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 366 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 392 MAYBE_RETURN(did_get_descriptor, ReadOnlyRoots(isolate).exception()); in BUILTIN() 410 MAYBE_RETURN(JSReceiver::PreventExtensions(Handle<JSReceiver>::cast(object), in BUILTIN() [all …]
|
D | builtins-reflect.cc | 45 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 69 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 117 MAYBE_RETURN(found, ReadOnlyRoots(isolate).exception()); in BUILTIN() 154 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 195 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 222 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 247 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN()
|
D | builtins-typed-array.cc | 196 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 227 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN() 261 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in BUILTIN()
|
D | builtins-array.cc | 352 MAYBE_RETURN(Object::SetProperty(&it, element, LanguageMode::kStrict, in GenericArrayPush() 441 MAYBE_RETURN(JSReceiver::DeletePropertyOrElement(receiver, index, in GenericArrayPop() 640 MAYBE_RETURN(JSReceiver::CreateDataProperty(&it, elm, kThrowOnError), in visit() 1315 MAYBE_RETURN(spreadable, ReadOnlyRoots(isolate).exception()); in Slow_ArrayConcat()
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 42 MAYBE_RETURN(has_element, Nothing<uint32_t>()); in FindNextFreePosition() 90 MAYBE_RETURN(has_element, ReadOnlyRoots(isolate).exception()); in RemoveArrayHolesGeneric() 105 MAYBE_RETURN(free_position, ReadOnlyRoots(isolate).exception()); in RemoveArrayHolesGeneric() 145 MAYBE_RETURN(delete_result, ReadOnlyRoots(isolate).exception()); in RemoveArrayHolesGeneric() 307 MAYBE_RETURN(source_has_prop, Nothing<bool>()); in ConditionalCopy() 311 MAYBE_RETURN(target_has_prop, Nothing<bool>()); in ConditionalCopy() 705 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 800 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 899 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 914 MAYBE_RETURN(present, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 486 MAYBE_RETURN(JSReceiver::SetPrototype(obj, prototype, false, kThrowOnError), in RUNTIME_FUNCTION() 663 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in DeleteProperty() 974 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, target, source), in RUNTIME_FUNCTION() 990 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, target, source, in RUNTIME_FUNCTION() 1024 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, target, source, in RUNTIME_FUNCTION() 1204 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION() 1229 MAYBE_RETURN(JSReceiver::CreateDataProperty(&it, value, kThrowOnError), in RUNTIME_FUNCTION() 1244 MAYBE_RETURN(found, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|
D | runtime-proxy.cc | 82 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 734 MAYBE_RETURN(Object::SetSuperProperty(&it, value, language_mode, in StoreToSuper() 752 MAYBE_RETURN(Object::SetSuperProperty(&it, value, language_mode, in StoreElementToSuper()
|
D | runtime-scopes.cc | 787 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
|
/external/v8/src/objects/ |
D | js-list-format.cc | 148 MAYBE_RETURN(maybe_found_type, MaybeHandle<JSListFormat>()); in InitializeListFormat() 163 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSListFormat>()); in InitializeListFormat() 365 MAYBE_RETURN(ToUnicodeStringArray(isolate, list, array.get(), *length), in FormatListCommon() 381 MAYBE_RETURN( in FormatList() 394 MAYBE_RETURN( in FormatListToParts()
|
D | js-collator.cc | 270 MAYBE_RETURN(found_usage, MaybeHandle<JSCollator>()); in InitializeCollator() 311 MAYBE_RETURN(found_numeric, MaybeHandle<JSCollator>()); in InitializeCollator() 320 MAYBE_RETURN(found_case_first, MaybeHandle<JSCollator>()); in InitializeCollator() 473 MAYBE_RETURN(found_sensitivity, MaybeHandle<JSCollator>()); in InitializeCollator() 510 MAYBE_RETURN(found_ignore_punctuation, MaybeHandle<JSCollator>()); in InitializeCollator()
|
D | js-relative-time-format.cc | 104 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSRelativeTimeFormat>()); in InitializeRelativeTimeFormat() 121 MAYBE_RETURN(maybe_found_numeric, MaybeHandle<JSRelativeTimeFormat>()); in InitializeRelativeTimeFormat()
|
D | js-plural-rules.cc | 130 MAYBE_RETURN(found, MaybeHandle<JSPluralRules>()); in InitializePluralRules() 176 MAYBE_RETURN(done, MaybeHandle<JSPluralRules>()); in InitializePluralRules()
|
D | js-locale.cc | 202 MAYBE_RETURN(error, MaybeHandle<JSLocale>()); in InitializeLocale()
|
D | intl-objects.cc | 973 MAYBE_RETURN(maybe_undefined, Handle<JSObject>()); in ToDateTimeOptions() 988 MAYBE_RETURN(maybe_undefined, Handle<JSObject>()); in ToDateTimeOptions() 1003 MAYBE_RETURN( in ToDateTimeOptions() 1015 MAYBE_RETURN( in ToDateTimeOptions() 2401 MAYBE_RETURN(maybe_found_matcher, MaybeHandle<JSObject>()); in SupportedLocales()
|
/external/v8/src/ |
D | keys.cc | 131 MAYBE_RETURN(found, MaybeHandle<FixedArray>()); in FilterProxyKeys() 171 MAYBE_RETURN(CollectOwnJSProxyKeys(receiver, Handle<JSProxy>::cast(object)), in CollectKeys() 193 MAYBE_RETURN(result, Nothing<bool>()); in CollectKeys() 470 MAYBE_RETURN(accumulator.CollectKeys(receiver_, receiver_), in GetKeysSlow() 718 MAYBE_RETURN((CollectInterceptorKeysInternal( in CollectAccessCheckInterceptorKeys() 726 MAYBE_RETURN( in CollectAccessCheckInterceptorKeys() 759 MAYBE_RETURN(CollectAccessCheckInterceptorKeys(access_check_info, in CollectOwnKeys() 766 MAYBE_RETURN(CollectOwnElementIndices(receiver, object), Nothing<bool>()); in CollectOwnKeys() 767 MAYBE_RETURN(CollectOwnPropertyNames(receiver, object), Nothing<bool>()); in CollectOwnKeys() 848 MAYBE_RETURN(maybe_extensible, Nothing<bool>()); in CollectOwnJSProxyKeys() [all …]
|
D | objects.cc | 1020 MAYBE_RETURN(attributes, Nothing<bool>()); in HasOwnProperty() 5197 MAYBE_RETURN(owned, Nothing<bool>()); in SetSuperProperty() 5801 MAYBE_RETURN(JSProxy::CheckHasTrap(isolate, name, target), Nothing<bool>()); in HasProperty() 5813 MAYBE_RETURN(target_found, Nothing<bool>()); in CheckHasTrap() 5825 MAYBE_RETURN(extensible_target, Nothing<bool>()); in CheckHasTrap() 5929 MAYBE_RETURN(owned, Nothing<bool>()); in DeletePropertyOrElement() 6104 MAYBE_RETURN(found, Nothing<PropertyAttributes>()); in GetPropertyAttributes() 6984 MAYBE_RETURN(success, ReadOnlyRoots(isolate).exception()); in DefineProperty() 7130 MAYBE_RETURN(GetOwnPropertyDescriptor(it, ¤t), Nothing<bool>()); in OrdinaryDefineOwnProperty() 7470 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>()); in CreateDataProperty() [all …]
|
D | json-parser.cc | 133 MAYBE_RETURN(change_result, false); in RecurseAndApply()
|
D | objects.h | 1142 #define MAYBE_RETURN(call, value) \ macro 1147 #define MAYBE_RETURN_NULL(call) MAYBE_RETURN(call, MaybeHandle<Object>())
|
D | objects-inl.h | 2812 MAYBE_RETURN(attributes, Nothing<bool>()); in HasOwnProperty()
|
/external/v8/src/ic/ |
D | ic.cc | 2545 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, new_object, source, in CloneObjectSlowPath() 2750 MAYBE_RETURN(Object::SetProperty(&it, value, language_mode, in RUNTIME_FUNCTION()
|