Searched refs:did_get_descriptor (Results 1 – 3 of 3) sorted by relevance
144 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor( in descriptor() local146 if (did_get_descriptor.IsNothing()) { in descriptor()149 DCHECK(did_get_descriptor.FromJust()); in descriptor()
339 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor( in BUILTIN() local341 MAYBE_RETURN(did_get_descriptor, ReadOnlyRoots(isolate).exception()); in BUILTIN()343 if (!did_get_descriptor.FromJust()) continue; in BUILTIN()
2216 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor( in GetOwnValuesOrEntries() local2218 MAYBE_RETURN(did_get_descriptor, MaybeHandle<FixedArray>()); in GetOwnValuesOrEntries()2219 if (!did_get_descriptor.FromJust() || !descriptor.enumerable()) continue; in GetOwnValuesOrEntries()