Searched refs:did_get_descriptor (Results 1 – 3 of 3) sorted by relevance
390 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor( in BUILTIN() local392 MAYBE_RETURN(did_get_descriptor, ReadOnlyRoots(isolate).exception()); in BUILTIN()394 if (!did_get_descriptor.FromJust()) continue; in BUILTIN()
1071 Maybe<bool> did_get_descriptor = in RUNTIME_FUNCTION() local1073 CHECK(did_get_descriptor.FromJust()); in RUNTIME_FUNCTION()
9073 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor( in GetOwnValuesOrEntries() local9075 MAYBE_RETURN(did_get_descriptor, MaybeHandle<FixedArray>()); in GetOwnValuesOrEntries()9076 if (!did_get_descriptor.FromJust() || !descriptor.enumerable()) continue; in GetOwnValuesOrEntries()