tc39/test262

Missing coverage: BigInt.prototype.toString (partial)

Open

#1,275 opened on Oct 13, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (469 forks)batch import
coveragehelp wanted

Repository metrics

Stars
 (2,073 stars)
PR merge metrics
 (Avg merge 12d 12h) (9 merged PRs in 30d)

Description

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.

Contributor guide