tc39/test262

Missing coverage: BigInt.prototype.toString (partial)

Open

#1,275 建立於 2017年10月13日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (2,073 star) (469 fork)batch import
coveragehelp wanted

描述

Missing coverage:

  1. this value capturing objects with an [[BigIntData]] internal. (e.g.: BigInt.prototype.toString.call(Object(1n))).
  2. ToInteger coercions and abrupt completions from radix.
  3. Observable variants for the same this value using different radix, as long as the implementation defined spec permits.

貢獻者指南