Skip to content

BigInt test plan

Josh Wolfe edited this page Oct 19, 2017 · 57 revisions
  • BigInt literals
  • Type conversion
  • Testing/comparison
  • Expressions
    • increment/decrement [merged]
    • typeof [merged]
    • prefix +
    • negation [merged]
    • bitwise not [merged]
    • bitwise infix operators &, |, ^ [PR]
    • shifts <<, >>, >>> (@thejoshwolfe)
    • unary minus [merged]
    • arithmetic operator type errors [PR]
    • arithmetic operators (+, -, *, /, %, **) [merged]
    • operand coercion
  • BigInt object
  • JSON.stringify
  • Number constructor [merged]
  • TypedArrays
    • BigInt64Array (@cxielarko)
    • BigUint64Array (@cxielarko)
  • DataViews
    • DataView.prototype.getBigInt64 [PR]
    • DataView.prototype.getBigUint64 (@cxielarko)
    • DataView.prototype.setBigInt64 [branch not yet submitted as PR]
    • DataView.prototype.setBigUint64 (@cxielarko)
  • feature declaration (@thejoshwolfe)
  • Recent spec changes
    • JSON [merged]
    • boolean equality [merged]
    • atomic operations (@thejoshwolfe)
Clone this wiki locally