Lines Matching refs:GetOwnPropertyDescriptor
1248 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc); in CheckGetSetTrapResult()
2704 JSReceiver::GetOwnPropertyDescriptor(&own_lookup, &desc); in SetSuperProperty()
3105 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc); in CheckHasTrap()
3225 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc); in CheckDeleteTrap()
3265 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor( in GetPropertyAttributes()
3303 Maybe<bool> success = GetOwnPropertyDescriptor( in DefineOwnProperty()
3409 Maybe<bool> success = GetOwnPropertyDescriptor( in ArraySetLength()
3541 JSReceiver::GetOwnPropertyDescriptor(isolate, target, key, &target_desc); in DefineOwnProperty()
3653 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate, in GetOwnPropertyDescriptor() function in v8::internal::JSProxy
3683 return JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, desc); in GetOwnPropertyDescriptor()
3703 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc); in GetOwnPropertyDescriptor()