Home | History | Annotate | Download | only in src

Lines Matching defs:GetOwnPropertyDescriptor

1099       JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
2112 JSReceiver::GetOwnPropertyDescriptor(isolate, from, next_key, &desc);
4409 JSReceiver::GetOwnPropertyDescriptor(&own_lookup, &desc);
5006 Maybe<bool> target_found = JSReceiver::GetOwnPropertyDescriptor(
5078 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
5144 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
5276 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor(
6228 MAYBE_RETURN(GetOwnPropertyDescriptor(it, &current), Nothing<bool>());
6601 Maybe<bool> success = GetOwnPropertyDescriptor(
6709 Maybe<bool> success = GetOwnPropertyDescriptor(
6834 JSReceiver::GetOwnPropertyDescriptor(isolate, target, key, &target_desc);
6921 Maybe<bool> JSReceiver::GetOwnPropertyDescriptor(Isolate* isolate,
6930 return GetOwnPropertyDescriptor(&it, desc);
6996 Maybe<bool> JSReceiver::GetOwnPropertyDescriptor(LookupIterator* it,
7001 return JSProxy::GetOwnPropertyDescriptor(isolate, it->GetHolder<JSProxy>(),
7059 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate,
7080 // 6. Let trap be ? GetMethod(handler, "getOwnPropertyDescriptor").
7089 return JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, desc);
7109 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
7360 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor(
7393 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor(
8289 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor(