Home
last modified time | relevance | path

Searched refs:MAYBE_RETURN (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-object.cc95 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 …]
Dbuiltins-reflect.cc45 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()
Dbuiltins-typed-array.cc196 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()
Dbuiltins-array.cc352 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/
Druntime-array.cc42 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()
Druntime-object.cc486 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()
Druntime-proxy.cc82 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
Druntime-classes.cc734 MAYBE_RETURN(Object::SetSuperProperty(&it, value, language_mode, in StoreToSuper()
752 MAYBE_RETURN(Object::SetSuperProperty(&it, value, language_mode, in StoreElementToSuper()
Druntime-scopes.cc787 MAYBE_RETURN(result, ReadOnlyRoots(isolate).exception()); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Djs-list-format.cc148 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()
Djs-collator.cc270 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()
Djs-relative-time-format.cc104 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSRelativeTimeFormat>()); in InitializeRelativeTimeFormat()
121 MAYBE_RETURN(maybe_found_numeric, MaybeHandle<JSRelativeTimeFormat>()); in InitializeRelativeTimeFormat()
Djs-plural-rules.cc130 MAYBE_RETURN(found, MaybeHandle<JSPluralRules>()); in InitializePluralRules()
176 MAYBE_RETURN(done, MaybeHandle<JSPluralRules>()); in InitializePluralRules()
Djs-locale.cc202 MAYBE_RETURN(error, MaybeHandle<JSLocale>()); in InitializeLocale()
Dintl-objects.cc973 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/
Dkeys.cc131 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 …]
Dobjects.cc1020 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, &current), Nothing<bool>()); in OrdinaryDefineOwnProperty()
7470 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>()); in CreateDataProperty()
[all …]
Djson-parser.cc133 MAYBE_RETURN(change_result, false); in RecurseAndApply()
Dobjects.h1142 #define MAYBE_RETURN(call, value) \ macro
1147 #define MAYBE_RETURN_NULL(call) MAYBE_RETURN(call, MaybeHandle<Object>())
Dobjects-inl.h2812 MAYBE_RETURN(attributes, Nothing<bool>()); in HasOwnProperty()
/external/v8/src/ic/
Dic.cc2545 MAYBE_RETURN(JSReceiver::SetOrCopyDataProperties(isolate, new_object, source, in CloneObjectSlowPath()
2750 MAYBE_RETURN(Object::SetProperty(&it, value, language_mode, in RUNTIME_FUNCTION()