mirror of https://github.com/tc39/test262.git
2aacb28bb9
- `Proxy/getOwnPropertyDescriptor/call-parameters.js` Fixes a call to `Object.getOwnPropertyDescriptor` without the prop param. Not actually a huge problem, as the test wasn't depending on it. - `Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined` This test asserted that `function() {}` should throw with the following spec step, which is incorrect, as functions are typed as `Object` in the spec. """ 1. If Type(trapResultObj) is neither Object nor Undefined, throw a TypeError exception. """ |
||
---|---|---|
.. | ||
call-parameters.js | ||
null-handler.js | ||
result-is-undefined-target-is-not-extensible.js | ||
result-is-undefined-targetdesc-is-not-configurable.js | ||
result-is-undefined-targetdesc-is-undefined.js | ||
result-is-undefined.js | ||
result-type-is-not-object-nor-undefined-realm.js | ||
result-type-is-not-object-nor-undefined.js | ||
resultdesc-is-invalid-descriptor.js | ||
resultdesc-is-not-configurable-targetdesc-is-configurable.js | ||
resultdesc-is-not-configurable-targetdesc-is-undefined.js | ||
resultdesc-return-configurable.js | ||
resultdesc-return-not-configurable.js | ||
return-is-abrupt.js | ||
trap-is-not-callable-realm.js | ||
trap-is-not-callable.js | ||
trap-is-undefined.js |