Skip to content
Snippets Groups Projects
  1. Feb 19, 2019
  2. Feb 14, 2019
  3. Feb 04, 2019
  4. Jan 30, 2019
  5. Jan 28, 2019
  6. Jan 07, 2019
  7. Dec 21, 2018
  8. Dec 20, 2018
  9. Dec 17, 2018
  10. Dec 15, 2018
  11. Dec 10, 2018
    • Peter Wong's avatar
      Update tests for String.prototype.matchAll (#1990) · c36bdcfe
      Peter Wong authored
      - Changes associated with spec changes (tc39/proposal-string-matchall#41)
      - Update spec comments
      - Added test verifying error thrown when `regexp[Symbol.matchAll]` is not callable
      - Added test verifying `ToString` is called on `receiver`
      c36bdcfe
  12. Dec 06, 2018
  13. Dec 05, 2018
  14. Nov 30, 2018
  15. Nov 28, 2018
  16. 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
  17. Nov 20, 2018
  18. Nov 08, 2018
  19. Nov 07, 2018
  20. Nov 06, 2018
  21. Nov 05, 2018
  22. Nov 02, 2018
Loading