tc39/test262

Missing coverage: BigInt.prototype.toString (partial)

Ouverte

#1 275 ouverte le 13 oct. 2017

 (1 commentaire) (0 réaction) (0 personne assignée)JavaScript (469 forks)batch import
coveragehelp wanted

Métriques du dépôt

Stars
 (2 073 étoiles)
Métriques de merge PR
 (Merge moyen 12j 12h) (9 PRs mergées en 30 j)

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.

Guide contributeur