Searched refs:target_found (Results 1 – 1 of 1) sorted by relevance
1132 Maybe<bool> target_found = in CheckGetSetTrapResult() local1134 MAYBE_RETURN_NULL(target_found); in CheckGetSetTrapResult()1136 if (target_found.FromJust()) { in CheckGetSetTrapResult()5811 Maybe<bool> target_found = in CheckHasTrap() local5813 MAYBE_RETURN(target_found, Nothing<bool>()); in CheckHasTrap()5815 if (target_found.FromJust()) { in CheckHasTrap()7762 Maybe<bool> target_found = in DefineOwnProperty() local7764 MAYBE_RETURN(target_found, Nothing<bool>()); in DefineOwnProperty()7775 if (!target_found.FromJust()) { in DefineOwnProperty()