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 (2,073 stars) (469 forks)batch import
coveragehelp wanted

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