Skip to content
Snippets Groups Projects
  1. Aug 27, 2018
  2. Mar 23, 2018
  3. Mar 22, 2018
  4. Mar 13, 2018
  5. Mar 12, 2018
    • Valerie's avatar
    • Valerie's avatar
      BigInt: some fixes listed in #1461 (#1485) · b1bbf08b
      Valerie authored
      test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-conversion-once.js
      - Should refer to BigInt conversion instead of ToNumber
      
      test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-non-numeric.js
      - Missing coverage for non-convertable values like undefined or null?
      - added fill-values-non-numeric-throw.js
      
      test/built-ins/TypedArray/prototype/set/BigInt/array-arg-return-abrupt-tointeger-offset-symbol.js
      - Change [1] to [1n] to avoid possible false-positives because ToBigInt(1) also throws a TypeError.
      - Issue also present in other set() tests.
      b1bbf08b
    • Valerie's avatar
      BigInt: Add tests for BigInt conversions in TypedArray prototype/set and... · 985c439c
      Valerie authored
      BigInt: Add tests for BigInt conversions in TypedArray prototype/set and TypedArray internal [[set]] (#1478)
      
      * BigInt: Add tests for BigInt conversions in prototype/set
      
      * BigInt: add conversion tests for internal [[set]]
      
      985c439c
  6. Mar 08, 2018
  7. Feb 28, 2018
  8. Feb 27, 2018
  9. Feb 15, 2018
  10. Feb 09, 2018
  11. Jan 05, 2018
  12. Sep 08, 2017
  13. Jun 12, 2017
  14. Apr 13, 2017
  15. Apr 06, 2017
  16. Mar 27, 2017
  17. Feb 22, 2017
  18. Feb 13, 2017
  19. Feb 07, 2017
Loading