From eed4c36ddf767de105d5769e471641458c98fba5 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Mon, 16 Oct 2017 14:20:18 -0400 Subject: [PATCH] parseInt --- BigInt-test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 793935f..cbb8966 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -29,7 +29,7 @@ - BigInt object - [x] constructor - [x] property descriptor (@thejoshwolfe) - - [x] parseInt (@cxielarko) + - [ ] parseInt [[PR](https://github.com/tc39/test262/pull/1208)] - [x] asUintN [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [x] asIntN [[merged](https://github.com/tc39/test262/commit/443b15e43e8c497b2edcf8c064b11fd7c1ad67fc)] - prototype