Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing coverage: BigInt.prototype.toString (partial) #1275

Open
3 tasks
leobalter opened this issue Oct 13, 2017 · 1 comment
Open
3 tasks

Missing coverage: BigInt.prototype.toString (partial) #1275

leobalter opened this issue Oct 13, 2017 · 1 comment

Comments

@leobalter
Copy link
Member

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.
@ryzokuken
Copy link
Member

@leobalter please close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants