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
..
2018-03-09 10:31:38 -05:00
2018-04-24 09:52:35 -07:00
2018-10-26 17:11:05 -04:00
2018-11-08 15:32:40 -05:00
2018-07-25 17:11:53 -07:00
2018-10-03 11:06:32 -04:00
2018-02-15 18:04:03 -05:00
2018-03-06 14:36:02 -05:00
2018-11-26 13:41:13 -05:00
2018-10-26 17:11:05 -04:00