tc39/test262

Missing coverage: BigInt.prototype.toString (partial)

Open

#1,275 创建于 2017年10月13日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (469 fork)batch import
coveragehelp wanted

仓库指标

Star
 (2,073 star)
PR 合并指标
 (平均合并 12天 12小时) (30 天内合并 9 个 PR)

描述

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.

贡献者指南