Skip to content
Snippets Groups Projects
  1. Mar 16, 2018
  2. Mar 13, 2018
  3. 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
  4. Mar 09, 2018
  5. Mar 08, 2018
  6. Mar 07, 2018
  7. Mar 06, 2018
  8. Mar 02, 2018
  9. Mar 01, 2018
  10. Feb 28, 2018
  11. Feb 27, 2018
  12. Feb 26, 2018
Loading