Lines Matching refs:GetOwnPropertyDescriptor
1248 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
2704 JSReceiver::GetOwnPropertyDescriptor(&own_lookup, &desc);
3105 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
3225 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
3265 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor(
3303 Maybe<bool> success = GetOwnPropertyDescriptor(
3409 Maybe<bool> success = GetOwnPropertyDescriptor(
3541 JSReceiver::GetOwnPropertyDescriptor(isolate, target, key, &target_desc);
3653 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate,
3683 return JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, desc);
3703 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);