Skip to content
Snippets Groups Projects
  1. Nov 30, 2018
  2. Nov 28, 2018
  3. Nov 26, 2018
    • Gus Caplan's avatar
      Fix some proxy tests (#1966) · 2aacb28b
      Gus Caplan authored
      - `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.
        """
      2aacb28b
  4. Nov 20, 2018
  5. Nov 08, 2018
  6. Nov 07, 2018
  7. Nov 06, 2018
  8. Nov 05, 2018
  9. Nov 02, 2018
  10. Oct 26, 2018
  11. Oct 23, 2018
  12. Oct 17, 2018
  13. Oct 03, 2018
  14. Sep 26, 2018
  15. Sep 21, 2018
  16. Sep 19, 2018
  17. Sep 17, 2018
Loading