tc39/test262

Missing coverage: BigInt.prototype.toString (partial)

Aperta

#1275 aperta il 13 ott 2017

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (469 fork)batch import
coveragehelp wanted

Metriche repository

Star
 (2073 stelle)
Metriche merge PR
 (Merge medio 12g 12h) (9 PR mergiate in 30 g)

Descrizione

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.

Guida contributor