Lines Matching refs:target_found
874 Maybe<bool> target_found =
876 MAYBE_RETURN_NULL(target_found);
878 if (target_found.FromJust()) {
4885 Maybe<bool> target_found = JSReceiver::GetOwnPropertyDescriptor(
4887 MAYBE_RETURN(target_found, Nothing<bool>());
4889 if (target_found.FromJust()) {
7137 Maybe<bool> target_found =
7139 MAYBE_RETURN(target_found, Nothing<bool>());
7150 if (!target_found.FromJust()) {