tc39/test262

Missing coverage: BigInt.prototype.toString (partial)

Offen

#1.275 geöffnet am 13.10.2017

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (469 Forks)batch import
coveragehelp wanted

Repository-Metriken

Stars
 (2.073 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 12T 12h) (9 gemergte PRs in 30 T)

Beschreibung

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