Home | History | Annotate | Download | only in src

Lines Matching refs:GetOwnPropertyDescriptor

892       JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
4571 JSReceiver::GetOwnPropertyDescriptor(&own_lookup, &desc);
5156 Maybe<bool> target_found = JSReceiver::GetOwnPropertyDescriptor(
5228 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
5294 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
5426 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor(
6403 MAYBE_RETURN(GetOwnPropertyDescriptor(it, &current), Nothing<bool>());
6777 Maybe<bool> success = GetOwnPropertyDescriptor(
6885 Maybe<bool> success = GetOwnPropertyDescriptor(
7010 JSReceiver::GetOwnPropertyDescriptor(isolate, target, key, &target_desc);
7097 Maybe<bool> JSReceiver::GetOwnPropertyDescriptor(Isolate* isolate,
7106 return GetOwnPropertyDescriptor(&it, desc);
7114 Maybe<bool> JSReceiver::GetOwnPropertyDescriptor(LookupIterator* it,
7119 return JSProxy::GetOwnPropertyDescriptor(isolate, it->GetHolder<JSProxy>(),
7170 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate,
7191 // 6. Let trap be ? GetMethod(handler, "getOwnPropertyDescriptor").
7200 return JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, desc);
7220 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
7471 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor(
7504 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor(
8382 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor(