Skip to content
Snippets Groups Projects
  1. Mar 18, 2018
  2. Jan 26, 2018
  3. Jan 25, 2018
  4. Apr 09, 2018
  5. Apr 06, 2018
  6. Apr 04, 2018
  7. Apr 03, 2018
  8. Apr 02, 2018
  9. Mar 23, 2018
  10. Mar 22, 2018
  11. Mar 20, 2018
  12. Mar 19, 2018
  13. Mar 16, 2018
  14. Mar 13, 2018
  15. 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
  16. Mar 09, 2018
  17. Mar 08, 2018
  18. Mar 07, 2018
Loading