Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc874 Maybe<bool> target_found = in GetProperty() local
876 MAYBE_RETURN_NULL(target_found); in GetProperty()
878 if (target_found.FromJust()) { in GetProperty()
4885 Maybe<bool> target_found = JSReceiver::GetOwnPropertyDescriptor( in HasProperty() local
4887 MAYBE_RETURN(target_found, Nothing<bool>()); in HasProperty()
4889 if (target_found.FromJust()) { in HasProperty()
7137 Maybe<bool> target_found = in DefineOwnProperty() local
7139 MAYBE_RETURN(target_found, Nothing<bool>()); in DefineOwnProperty()
7150 if (!target_found.FromJust()) { in DefineOwnProperty()