test262/test/built-ins/Proxy/getOwnPropertyDescriptor
Gus Caplan 2aacb28bb9 Fix some proxy tests (#1966)
- `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.
  """
2018-11-26 13:41:13 -05:00
..
call-parameters.js Fix some proxy tests (#1966) 2018-11-26 13:41:13 -05:00
null-handler.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
result-is-undefined-target-is-not-extensible.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
result-is-undefined-targetdesc-is-not-configurable.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
result-is-undefined-targetdesc-is-undefined.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
result-is-undefined.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
result-type-is-not-object-nor-undefined-realm.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
result-type-is-not-object-nor-undefined.js Fix some proxy tests (#1966) 2018-11-26 13:41:13 -05:00
resultdesc-is-invalid-descriptor.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
resultdesc-is-not-configurable-targetdesc-is-configurable.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
resultdesc-is-not-configurable-targetdesc-is-undefined.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
resultdesc-return-configurable.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
resultdesc-return-not-configurable.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
return-is-abrupt.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
trap-is-not-callable-realm.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
trap-is-not-callable.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
trap-is-undefined.js Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00