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-08-20 11:16:54 -04:00
2018-03-08 09:21:09 -05:00
2018-01-10 17:29:48 -05:00
2018-03-09 10:31:38 -05:00
2018-02-13 14:35:02 -05:00
2018-10-26 17:11:05 -04:00
2018-05-15 13:52:59 -03:00
2018-02-15 10:46:28 -05:00
2018-11-20 15:57:39 -05:00
2018-04-24 09:52:35 -07:00
2018-02-15 15:54:27 -05:00
2018-09-10 11:13:11 -04:00
2018-10-26 17:11:05 -04:00
2018-07-20 14:59:31 -04:00
2018-07-20 14:59:31 -04:00
2018-02-15 15:50:18 -05:00
2018-02-15 15:50:18 -05:00
2018-02-15 15:50:18 -05:00
2018-02-15 15:50:18 -05:00
2018-11-08 15:32:40 -05:00
2018-10-26 17:11:05 -04:00
2018-09-14 12:05:16 -07:00
2018-07-25 17:11:53 -07:00
2018-02-15 15:25:35 -05:00
2018-01-05 12:27:59 -05:00
2018-03-13 12:53:39 -04:00
2018-01-05 12:27:59 -05:00
2018-10-03 11:06:32 -04:00
2018-02-15 18:04:03 -05:00
2018-02-09 12:09:47 -05:00
2018-04-19 11:23:17 -04:00
2018-02-15 15:25:35 -05:00
2018-01-05 12:27:59 -05:00
2018-03-06 14:36:02 -05:00
2018-11-07 17:51:23 -05:00
2018-02-15 15:12:07 -05:00
2018-02-15 15:12:07 -05:00
2018-11-08 09:37:56 +01:00
2018-11-26 13:41:13 -05:00
2018-07-20 18:42:39 -04:00
2018-11-13 17:23:09 -05:00
2018-03-17 22:48:31 -05:00
2018-02-15 15:34:45 -05:00
2018-02-15 15:34:45 -05:00
2018-03-19 19:51:32 -04:00
2018-10-26 17:11:05 -04:00
2018-02-09 12:09:47 -05:00
2018-09-17 10:50:33 -04:00
2018-02-15 15:41:09 -05:00
2018-08-27 14:27:27 -04:00
2018-11-07 17:51:23 -05:00
2018-02-15 15:25:35 -05:00
2018-02-15 15:40:46 -05:00
2018-02-15 15:40:46 -05:00