Lines Matching full:targetdesc
872 // 9. Let targetDesc be ? target.[[GetOwnProperty]](P).
877 // 10. If targetDesc is not undefined, then
879 // 10.a. If IsDataDescriptor(targetDesc) and targetDesc.[[Configurable]] is
880 // false and targetDesc.[[Writable]] is false, then
881 // 10.a.i. If SameValue(trapResult, targetDesc.[[Value]]) is false,
893 // 10.b. If IsAccessorDescriptor(targetDesc) and targetDesc.[[Configurable]]
894 // is false and targetDesc.[[Get]] is undefined, then
4883 // 9a. Let targetDesc be ? target.[[GetOwnProperty]](P).
4888 // 9b. If targetDesc is not undefined, then:
4890 // 9b i. If targetDesc.[[Configurable]] is false, throw a TypeError
7135 // 11. Let targetDesc be ? target.[[GetOwnProperty]](P).
7149 // 15. If targetDesc is undefined, then
7164 // 16. Else targetDesc is not undefined,
7166 // targetDesc) is false, throw a TypeError exception.
7176 // 16b. If settingConfigFalse is true and targetDesc.[[Configurable]] is
7344 // 10. Let targetDesc be ? target.[[GetOwnProperty]](P).
7351 // 11a. If targetDesc is undefined, return undefined.
7353 // 11b. If targetDesc.[[Configurable]] is false, throw a TypeError
7385 // resultDesc, targetDesc).
7398 // 17a. If targetDesc is undefined or targetDesc.[[Configurable]] is true: