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