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.

贡献者指南

Missing coverage: BigInt.prototype.toString (partial) · tc39/test262#1275 | Good First Issue