Searched refs:target_found (Results 1 – 1 of 1) sorted by relevance
874 Maybe<bool> target_found = in GetProperty() local876 MAYBE_RETURN_NULL(target_found); in GetProperty()878 if (target_found.FromJust()) { in GetProperty()4885 Maybe<bool> target_found = JSReceiver::GetOwnPropertyDescriptor( in HasProperty() local4887 MAYBE_RETURN(target_found, Nothing<bool>()); in HasProperty()4889 if (target_found.FromJust()) { in HasProperty()7137 Maybe<bool> target_found = in DefineOwnProperty() local7139 MAYBE_RETURN(target_found, Nothing<bool>()); in DefineOwnProperty()7150 if (!target_found.FromJust()) { in DefineOwnProperty()