Home | History | Annotate | Download | only in src

Lines Matching refs:GetOwnPropertyDescriptor

1598           JSReceiver::GetOwnPropertyDescriptor(isolate, from, next_key, &desc);
1851 // ES6 section 19.1.2.6 Object.getOwnPropertyDescriptor ( O, P )
1867 JSReceiver::GetOwnPropertyDescriptor(isolate, receiver, key, &desc);
2038 Maybe<bool> did_get_descriptor = JSReceiver::GetOwnPropertyDescriptor(
2809 // ES6 section 26.1.7 Reflect.getOwnPropertyDescriptor
2820 "Reflect.getOwnPropertyDescriptor")));
2828 Maybe<bool> found = JSReceiver::GetOwnPropertyDescriptor(